We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bb51e commit 9a1787fCopy full SHA for 9a1787f
.github/workflows/docker-publish.yml
@@ -72,7 +72,7 @@ jobs:
72
# https://github.com/docker/build-push-action
73
- name: Build and push Docker image
74
id: build-and-push
75
- uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
76
with:
77
context: .
78
push: ${{ github.event_name != 'pull_request' }}
0 commit comments