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