更新 .gitea/actions/action-docker-build-push/action.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
67b64e5de7
commit
31d6356f44
@ -72,6 +72,9 @@ runs:
|
||||
env.http_proxy=${{ env.http_proxy }}
|
||||
env.https_proxy=${{ env.https_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
|
||||
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 }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.9.0
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ${{ inputs.context }}
|
||||
file: ${{ inputs.file }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user