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 6f75a4b commit 1af870aCopy full SHA for 1af870a
.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