更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
3a5669d23c
commit
5f2a63ce3c
@ -60,7 +60,7 @@ runs:
|
||||
run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Set up QEMU"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
uses: docker/setup-qemu-action@v3.2.0
|
||||
|
||||
- name: echo Set up Docker BuildX
|
||||
run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Set up Docker BuildX"
|
||||
@ -133,5 +133,4 @@ runs:
|
||||
build-args: |
|
||||
"http_proxy=${{ env.http_proxy }}"
|
||||
"https_proxy=${{ env.https_proxy }}"
|
||||
"HTTP_PROXY=${{ env.http_proxy }}"
|
||||
"HTTPS_PROXY=${{ env.https_proxy }}"
|
||||
"no_proxy='${{ env.no_proxy }}'"
|
Loading…
x
Reference in New Issue
Block a user