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