更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
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) Successful in 20s
Cache Npx / task (push) Successful in 54s

This commit is contained in:
huanghs 2024-10-21 17:05:06 +08:00
parent 81ad7757c3
commit e12c9b6fc9

View File

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