更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Cache Npx / task (push) Has been cancelled
Gitea Actions Demo / setup (push) Failing after 8s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped
Gitea Actions Demo / build-docker (push) Failing after 1m57s

This commit is contained in:
huanghs 2024-10-21 17:14:26 +08:00
parent 07840bc454
commit 35232056d5

View File

@ -120,7 +120,7 @@ runs:
echo TAGS=${{ steps.meta.outputs.TAGS }} echo TAGS=${{ steps.meta.outputs.TAGS }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v6.9.0
with: with:
context: ${{ inputs.context }} context: ${{ inputs.context }}
file: ${{ inputs.file }} file: ${{ inputs.file }}