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