We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b296c commit d60637cCopy full SHA for d60637c
.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@2a53c6ccda456d31fb62eedc658aae06e238b7bd
+ uses: docker/build-push-action@ef6cba335306ace1da064b44f9f739dec9be9fa0
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments