We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964ac77 commit c2d722eCopy full SHA for c2d722e
.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@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
+ uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
46
with:
47
context: .
48
push: ${{ github.event_name != 'pull_request' }}
0 commit comments