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

This commit is contained in:
huanghs 2024-10-21 17:31:46 +08:00
parent 31d6356f44
commit 19966a059e

View File

@ -124,6 +124,10 @@ runs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
env:
HTTP_PROXY: ${{ env.http_proxy }}
HTTPS_PROXY: ${{ env.https_proxy }}
NO_PROXY: ${{ env.no_proxy }}
with: with:
context: ${{ inputs.context }} context: ${{ inputs.context }}
file: ${{ inputs.file }} file: ${{ inputs.file }}