Avoid external checkout action in Forgejo workflow
Some checks failed
build-local-image / build (push) Failing after 0s

This commit is contained in:
centra 2026-02-14 15:49:28 +09:00
parent 98eb7057a5
commit 0299e99fb9
Signed by: centra
GPG key ID: 0C09689D20B25ACA

View file

@ -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 .