更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
31d6356f44
commit
19966a059e
@ -124,6 +124,10 @@ runs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
env:
|
||||||
|
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