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 7b2b47e commit 026efc0Copy full SHA for 026efc0
.github/workflows/docker-publish.yml
@@ -70,7 +70,7 @@ jobs:
70
# https://github.com/docker/build-push-action
71
- name: Build and push Docker image
72
id: build-and-push
73
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@965c6a410d446a30e95d35052c67d6eded60dad6
74
with:
75
context: .
76
push: ${{ github.event_name != 'pull_request' }}
0 commit comments