Skip to content

Commit fac3fac

Browse files
committed
fix(ci): fix docker publish action for helm tag
1 parent bd1002e commit fac3fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
publish-docker:
9292
needs: [tests]
93-
if: github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
93+
if: github.ref == 'refs/heads/main' || (startsWith(github.event.ref, 'refs/tags') && !startsWith(github.ref, 'refs/tags/helm-')) || github.event_name == 'release'
9494
runs-on: ubuntu-latest
9595
permissions:
9696
contents: read

0 commit comments

Comments
 (0)