更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
8ad252cb29
commit
fde45b56f7
@ -67,6 +67,10 @@ runs:
|
|||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3.7.1
|
uses: docker/setup-buildx-action@v3.7.1
|
||||||
|
env:
|
||||||
|
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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user