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