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.
2 parents 903a6e8 + 88519ea commit 6e167d3Copy full SHA for 6e167d3
.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