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 787314a commit 88519eaCopy full SHA for 88519ea
.github/workflows/release-builder.yml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
build:
15
- if: endsWith(github.event.release.tag_name, '-krew')
+ if: "!endsWith(github.event.release.tag_name, '-docker')"
16
permissions:
17
contents: write
18
0 commit comments