We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eccb0b commit bda824aCopy full SHA for bda824a
.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@7e094594beda23fc8f21fa31049f4b203e51096b
+ uses: docker/build-push-action@31ca4e5d51253d7e4a2317bfe74699cbe3a398a9
76
with:
77
context: .
78
push: ${{ github.event_name != 'pull_request' }}
0 commit comments