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 f4448f7Copy full SHA for f4448f7
.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@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
75
with:
76
context: .
77
push: ${{ github.event_name != 'pull_request' }}
0 commit comments