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.
2 parents ade5c7e + 1af870a commit 72446e3Copy full SHA for 72446e3
.github/workflows/docker-publish.yml
@@ -55,7 +55,7 @@ jobs:
55
# https://github.com/docker/build-push-action
56
- name: Build and push Docker image
57
id: build-and-push
58
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
59
with:
60
context: .
61
push: ${{ github.event_name != 'pull_request' }}
0 commit comments