We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dc22a9 + 8df9e4b commit 7c187a8Copy full SHA for 7c187a8
.github/workflows/docker-publish.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Build and push Docker image
101
#if: github.event_name != 'pull_request'
102
id: build-and-push
103
- uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
+ uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
104
with:
105
context: .
106
push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments