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 bd1002e commit fac3facCopy full SHA for fac3fac
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
91
publish-docker:
92
needs: [tests]
93
- if: github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
+ if: github.ref == 'refs/heads/main' || (startsWith(github.event.ref, 'refs/tags') && !startsWith(github.ref, 'refs/tags/helm-')) || github.event_name == 'release'
94
runs-on: ubuntu-latest
95
permissions:
96
contents: read
0 commit comments