We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64859c3 commit 076b6a8Copy full SHA for 076b6a8
1 file changed
.github/workflows/docker-publish.yml
@@ -80,7 +80,7 @@ jobs:
80
# https://github.com/docker/build-push-action
81
- name: Build and push Docker image
82
id: build-and-push
83
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
84
with:
85
context: .
86
push: ${{ github.event_name != 'pull_request' }}
0 commit comments