We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530084 commit 88e1361Copy full SHA for 88e1361
.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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
0 commit comments