We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8007b commit 80ee8d1Copy full SHA for 80ee8d1
.github/workflows/docker-publish.yml
@@ -71,7 +71,7 @@ jobs:
71
# https://github.com/docker/build-push-action
72
- name: Build and push Docker image
73
id: build-and-push
74
- uses: docker/build-push-action@ccc2b40e9ea6518f9252a22a990f8e868370f62e
+ uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
75
with:
76
context: .
77
push: ${{ github.event_name != 'pull_request' }}
0 commit comments