We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5561672 + a5282e4 commit d64d380Copy full SHA for d64d380
.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@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
64
with:
65
context: .
66
push: ${{ github.event_name != 'pull_request' }}
0 commit comments