We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1935a0c + c33dd74 commit 36fc48dCopy full SHA for 36fc48d
.github/workflows/docker-publish.yml
@@ -73,7 +73,7 @@ jobs:
73
# https://github.com/docker/build-push-action
74
- name: Build and push Docker image
75
id: build-and-push
76
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
0 commit comments