We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144b5a0 + 874ba9f commit f6adbcaCopy full SHA for f6adbca
.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@a254f8ca60a858f3136a2f1f23a60969f2c402dd
+ uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments