We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9557a89 + 595cbce commit 267bf22Copy full SHA for 267bf22
1 file changed
.github/workflows/docker-publish.yml
@@ -107,7 +107,7 @@ jobs:
107
# https://github.com/docker/build-push-action
108
- name: Build and push Docker image
109
id: build-and-push
110
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
111
with:
112
context: .
113
push: ${{ github.event_name != 'pull_request' }}
0 commit comments