We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e34e commit 724bc6dCopy full SHA for 724bc6d
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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
55
with:
56
context: .
57
push: ${{ github.event_name != 'pull_request' }}
0 commit comments