We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e5b51 commit 49f0518Copy full SHA for 49f0518
.github/workflows/docker-cd.yml
@@ -69,7 +69,7 @@ jobs:
69
# https://github.com/docker/build-push-action
70
- name: Build and push Docker image
71
id: build-and-push
72
- uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
+ uses: docker/build-push-action@9476c25b2a7a4ab5171cd8f4658468d19b69d7ae
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments