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:
|
||||
runs-on: nix-host
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate workspace
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
test -f Dockerfile
|
||||
|
||||
- name: Build local image on runner host
|
||||
run: docker build --pull -t lightscale-admin:local .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue