更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
fde45b56f7
commit
457cac9de2
@ -71,6 +71,9 @@ runs:
|
|||||||
HTTP_PROXY: ${{ env.http_proxy }}
|
HTTP_PROXY: ${{ env.http_proxy }}
|
||||||
HTTPS_PROXY: ${{ env.https_proxy }}
|
HTTPS_PROXY: ${{ env.https_proxy }}
|
||||||
NO_PROXY: ${{ env.no_proxy }}
|
NO_PROXY: ${{ env.no_proxy }}
|
||||||
|
http_proxy: ${{ env.http_proxy }}
|
||||||
|
https_proxy: ${{ env.https_proxy }}
|
||||||
|
no_proxy: ${{ env.no_proxy }}
|
||||||
with:
|
with:
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
env.http_proxy=${{ env.http_proxy }}
|
env.http_proxy=${{ env.http_proxy }}
|
||||||
@ -132,6 +135,9 @@ runs:
|
|||||||
HTTP_PROXY: ${{ env.http_proxy }}
|
HTTP_PROXY: ${{ env.http_proxy }}
|
||||||
HTTPS_PROXY: ${{ env.https_proxy }}
|
HTTPS_PROXY: ${{ env.https_proxy }}
|
||||||
NO_PROXY: ${{ env.no_proxy }}
|
NO_PROXY: ${{ env.no_proxy }}
|
||||||
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user