We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2011e75 commit 502c791Copy full SHA for 502c791
.github/workflows/docker-publish.yml
@@ -70,7 +70,7 @@ jobs:
70
# https://github.com/docker/build-push-action
71
- name: Build and push Docker image
72
id: build-and-push
73
- uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
+ uses: docker/build-push-action@c566248492c912e39910ac79e2f05a82260233a8
74
with:
75
context: .
76
push: ${{ github.event_name != 'pull_request' }}
0 commit comments