We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cae008 + 1f73a4f commit 1cc2326Copy full SHA for 1cc2326
.github/workflows/docker-publish.yml
@@ -73,7 +73,7 @@ jobs:
73
# https://github.com/docker/build-push-action
74
- name: Build and push Docker image
75
id: build-and-push
76
- uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
0 commit comments