We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64859c3 commit fe1ba49Copy full SHA for fe1ba49
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@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
84
with:
85
context: .
86
push: ${{ github.event_name != 'pull_request' }}
0 commit comments