We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e969df commit 6cbb4a7Copy full SHA for 6cbb4a7
.github/workflows/tag.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Build and push Docker image (latest)
38
uses: docker/build-push-action@v6
39
- if: ${{ github.event.release.release }}
+ if: ${{ !github.event.release.prerelease }}
40
with:
41
context: .
42
push: true
0 commit comments