更新 .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 25s
Gitea Actions Demo / setup (push) Failing after 50s
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:25:39 +08:00
parent 5f2a63ce3c
commit 67b64e5de7

View File

@ -130,7 +130,3 @@ runs:
labels: ${{ inputs.labels }} labels: ${{ inputs.labels }}
cache-from: type=local,src=/opt/docker-cache/.build-cache cache-from: type=local,src=/opt/docker-cache/.build-cache
cache-to: type=local,dest=/opt/docker-cache/.build-cache,mode=max cache-to: type=local,dest=/opt/docker-cache/.build-cache,mode=max
build-args: |
"http_proxy=${{ env.http_proxy }}"
"https_proxy=${{ env.https_proxy }}"
"no_proxy='${{ env.no_proxy }}'"