We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2854107 commit 6f945b6Copy full SHA for 6f945b6
.github/workflows/docker-publish.yml
@@ -72,7 +72,7 @@ jobs:
72
# https://github.com/docker/build-push-action
73
- name: Build and push Docker image
74
id: build-and-push
75
- uses: docker/build-push-action@b5730d24715e542a67be9991a420842b8b072900
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
76
with:
77
context: .
78
push: ${{ github.event_name != 'pull_request' }}
0 commit comments