We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7508c32 commit 7a0cbf7Copy full SHA for 7a0cbf7
1 file changed
.github/workflows/build-and-push.yaml
@@ -70,7 +70,7 @@ jobs:
70
# https://github.com/docker/build-push-action
71
- name: Build and push Docker image
72
id: build-and-push
73
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
74
with:
75
context: .
76
push: ${{ github.event_name != 'pull_request' }}
0 commit comments