We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69050a4 commit 1a6e18dCopy full SHA for 1a6e18d
.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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments