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 bcbc03b commit 96caa5cCopy full SHA for 96caa5c
.github/workflows/docker-publish.yml
@@ -57,7 +57,7 @@ jobs:
57
# Build and push Docker image with Buildx (don't push on PR)
58
# https://github.com/docker/build-push-action
59
- name: Build and push Docker image
60
- uses: docker/build-push-action@fdf7f43ecf7c1a5c7afe936410233728a8c2d9c2
+ uses: docker/build-push-action@7a786bb2b9408f7f997564f677248fabd4b886d5
61
with:
62
context: .
63
push: ${{ github.event_name != 'pull_request' }}
0 commit comments