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 cbae9e7 commit c412fd7Copy full SHA for c412fd7
.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@2dbe91db48e489c125002fbd97678eaf1e0e563e
+ uses: docker/build-push-action@67dc78bbaf388b3265f7e1c880e681f4b90d5f48
76
with:
77
context: .
78
push: ${{ github.event_name != 'pull_request' }}
0 commit comments