更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Cache Npx / task (push) Successful in 24s
Gitea Actions Demo / build-docker (push) Failing after 44s
Gitea Actions Demo / setup (push) Failing after 52s
Gitea Actions Demo / test (push) Has been skipped
Gitea Actions Demo / build (push) Has been skipped

This commit is contained in:
huanghs 2024-10-21 17:19:00 +08:00
parent 3a5669d23c
commit 5f2a63ce3c

View File

@ -60,7 +60,7 @@ runs:
run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Set up QEMU" run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Set up QEMU"
- name: 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 - name: echo Set up Docker BuildX
run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ 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: | build-args: |
"http_proxy=${{ env.http_proxy }}" "http_proxy=${{ env.http_proxy }}"
"https_proxy=${{ env.https_proxy }}" "https_proxy=${{ env.https_proxy }}"
"HTTP_PROXY=${{ env.http_proxy }}" "no_proxy='${{ env.no_proxy }}'"
"HTTPS_PROXY=${{ env.https_proxy }}"