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