更新 .gitea/workflows/build-docker.yml
Some checks failed
Gitea Actions Demo / setup (push) Failing after 10s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Cache Npx / task (push) Successful in 32s
Gitea Actions Demo / build-docker (push) Failing after 21s

This commit is contained in:
huanghs 2024-10-14 09:37:18 +08:00
parent 3ea050b93d
commit 254ea7020c

View File

@ -13,6 +13,7 @@ jobs:
uses: seepine/action-docker-build-push@v1 uses: seepine/action-docker-build-push@v1
with: with:
push: false push: false
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
- run: echo The end - run: echo The end