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

This commit is contained in:
huanghs 2024-10-21 17:27:22 +08:00
parent 67b64e5de7
commit 31d6356f44

View File

@ -72,6 +72,9 @@ runs:
env.http_proxy=${{ env.http_proxy }} env.http_proxy=${{ env.http_proxy }}
env.https_proxy=${{ env.https_proxy }} env.https_proxy=${{ env.https_proxy }}
"env.no_proxy='${{ env.no_proxy }}'" "env.no_proxy='${{ env.no_proxy }}'"
env.HTTP_PROXY=${{ env.http_proxy }}
env.HTTPS_PROXY=${{ env.https_proxy }}
"env.NO_PROXY='${{ env.no_proxy }}'"
- name: echo Login to DockerHub - name: echo Login to DockerHub
run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Login to DockerHub" run: echo -e "\n[$(date +'%Y-%m-%d %H:%M:%S')] ⚙️ Login to DockerHub"
@ -120,7 +123,7 @@ runs:
echo TAGS=${{ steps.meta.outputs.TAGS }} echo TAGS=${{ steps.meta.outputs.TAGS }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.9.0 uses: docker/build-push-action@v6
with: with:
context: ${{ inputs.context }} context: ${{ inputs.context }}
file: ${{ inputs.file }} file: ${{ inputs.file }}