We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00d1bf commit 0ced0b9Copy full SHA for 0ced0b9
.github/workflows/docker-publish.yml
@@ -66,7 +66,7 @@ jobs:
66
# https://github.com/docker/build-push-action
67
- name: Build and push Docker image
68
id: build-and-push
69
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
70
with:
71
context: .
72
push: ${{ github.event_name != 'pull_request' }}
0 commit comments