We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb318 commit edf1972Copy full SHA for edf1972
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
# https://github.com/docker/build-push-action
61
- name: Build and push Docker image
62
id: build-and-push
63
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
+ uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
64
with:
65
context: .
66
push: ${{ github.event_name != 'pull_request' }}
0 commit comments