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