Avoid external checkout action in Forgejo workflow
Some checks failed
build-local-image / build (push) Failing after 0s
Some checks failed
build-local-image / build (push) Failing after 0s
This commit is contained in:
parent
98eb7057a5
commit
0299e99fb9
1 changed files with 5 additions and 2 deletions
|
|
@ -10,8 +10,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nix-host
|
runs-on: nix-host
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Validate workspace
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
test -f Dockerfile
|
||||||
|
|
||||||
- name: Build local image on runner host
|
- name: Build local image on runner host
|
||||||
run: docker build --pull -t lightscale-admin:local .
|
run: docker build --pull -t lightscale-admin:local .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue