Skip to content

Commit 6e167d3

Browse files
authored
Merge pull request #223 from nginx/fix-krew-release
fix: run release builder by default
2 parents 903a6e8 + 88519ea commit 6e167d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
if: endsWith(github.event.release.tag_name, '-krew')
15+
if: "!endsWith(github.event.release.tag_name, '-docker')"
1616
permissions:
1717
contents: write
1818

0 commit comments

Comments
 (0)