We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e34e commit 7057fffCopy full SHA for 7057fff
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@ee4ca427a2f43b6a16632044ca514c076267da23
55
with:
56
context: .
57
push: ${{ github.event_name != 'pull_request' }}
0 commit comments