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

This commit is contained in:
huanghs 2024-10-14 09:36:04 +08:00
parent e87d65da2e
commit 3ea050b93d

View File

@ -6,8 +6,13 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Docker build push - name: Docker build push
uses: ./.gitea/actions/action-docker-build-push uses: seepine/action-docker-build-push@v1
with:
push: false
platforms: linux/amd64,linux/arm64
- run: echo The end - run: echo The end