We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6402f commit 41bd33dCopy full SHA for 41bd33d
.github/workflows/docker-publish.yml
@@ -122,7 +122,7 @@ jobs:
122
# https://github.com/docker/build-push-action
123
- name: Build and push Docker image
124
id: build-and-push
125
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
126
with:
127
context: .
128
push: ${{ github.event_name != 'pull_request' }}
0 commit comments