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

This commit is contained in:
huanghs 2024-10-21 18:41:54 +08:00
parent fde45b56f7
commit 457cac9de2

View File

@ -71,6 +71,9 @@ runs:
HTTP_PROXY: ${{ env.http_proxy }}
HTTPS_PROXY: ${{ env.https_proxy }}
NO_PROXY: ${{ env.no_proxy }}
http_proxy: ${{ env.http_proxy }}
https_proxy: ${{ env.https_proxy }}
no_proxy: ${{ env.no_proxy }}
with:
driver-opts: |
env.http_proxy=${{ env.http_proxy }}
@ -132,6 +135,9 @@ runs:
HTTP_PROXY: ${{ env.http_proxy }}
HTTPS_PROXY: ${{ env.https_proxy }}
NO_PROXY: ${{ env.no_proxy }}
http_proxy: ${{ env.http_proxy }}
https_proxy: ${{ env.https_proxy }}
no_proxy: ${{ env.no_proxy }}
with:
context: ${{ inputs.context }}
file: ${{ inputs.file }}