We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eaf1c commit cf70cdaCopy full SHA for cf70cda
1 file changed
.github/workflows/docker-publish.yml
@@ -89,7 +89,7 @@ jobs:
89
# https://github.com/docker/build-push-action
90
- name: Build and push Docker image
91
id: build-and-push
92
- uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
+ uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
93
with:
94
context: .
95
push: ${{ github.event_name != 'pull_request' }}
0 commit comments