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

This commit is contained in:
huanghs 2024-10-21 17:02:55 +08:00
parent 3f99078701
commit 81ad7757c3

View File

@ -132,4 +132,6 @@ runs:
cache-to: type=local,dest=/opt/docker-cache/.build-cache,mode=max cache-to: type=local,dest=/opt/docker-cache/.build-cache,mode=max
build-args: | build-args: |
"http_proxy='${{ env.http_proxy }}'" "http_proxy='${{ env.http_proxy }}'"
"https_proxy='${{ env.https_proxy }}'" "https_proxy='${{ env.https_proxy }}'"
"HTTP_PROXY='${{ env.http_proxy }}'"
"HTTPS_PROXY='${{ env.https_proxy }}'"