更新 .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
|
||||
uses: docker/build-push-action@v6
|
||||
env:
|
||||
HTTP_PROXY: ${{ env.http_proxy }}
|
||||
HTTPS_PROXY: ${{ env.https_proxy }}
|
||||
NO_PROXY: ${{ env.no_proxy }}
|
||||
with:
|
||||
context: ${{ inputs.context }}
|
||||
file: ${{ inputs.file }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user