We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69050a4 commit de51a8eCopy full SHA for de51a8e
.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@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments