We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 096de32 + 6f2e479 commit 49cd127Copy full SHA for 49cd127
1 file changed
.github/workflows/docker-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
# Build and push Docker image with Buildx (don't push on PR)
52
# https://github.com/docker/build-push-action
53
- name: Build and push Docker image
54
- uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
+ uses: docker/build-push-action@e050dfa622d93dfcc095192a984db567cb14f0f0
55
with:
56
context: .
57
push: ${{ github.event_name != 'pull_request' }}
0 commit comments