We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40764cd commit 620e2d2Copy full SHA for 620e2d2
.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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
77
with:
78
context: .
79
push: ${{ github.event_name != 'pull_request' }}
0 commit comments