更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
81ad7757c3
commit
e12c9b6fc9
@ -131,7 +131,7 @@ runs:
|
|||||||
cache-from: type=local,src=/opt/docker-cache/.build-cache
|
cache-from: type=local,src=/opt/docker-cache/.build-cache
|
||||||
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 }}'"
|
"HTTP_PROXY=${{ env.http_proxy }}"
|
||||||
"HTTPS_PROXY='${{ env.https_proxy }}'"
|
"HTTPS_PROXY=${{ env.https_proxy }}"
|
Loading…
x
Reference in New Issue
Block a user