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 9bd5308 commit 9e34113Copy full SHA for 9e34113
.github/workflows/helm-oci.yml
@@ -29,6 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v2
31
- uses: appany/helm-oci-chart-releaser@v0.3.0
32
+ if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
33
with:
34
name: chisel-operator
35
repository: fyralabs/chisel-operator
0 commit comments