We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d958db2 + 10275db commit 93bedb3Copy full SHA for 93bedb3
.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@b32b51a8eda65d6793cd0494a773d4f6bcef32dc
+ uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d
104
with:
105
context: .
106
push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments