We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d722e commit 2a114ddCopy full SHA for 2a114dd
.github/workflows/docker-publish.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Build and push Docker image
44
id: build-and-push
45
- uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
+ uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments