We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526b5fe commit 1aebb91Copy full SHA for 1aebb91
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
tag: ${{ needs.versioning.outputs.semVer }}
42
tag-major: ${{ needs.versioning.outputs.major }}
43
tag-minor: ${{ needs.versioning.outputs.minor }}
44
+ push-image: ${{ github.ref_name == github.event.repository.default_branch }}
45
46
chart:
47
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1
@@ -52,6 +53,7 @@ jobs:
52
53
registry: ghcr.io/${{ github.repository_owner }}
54
chart-repository-prefix: charts/
55
56
+ push-chart: ${{ github.ref_name == github.event.repository.default_branch }}
57
58
release:
59
needs: [versioning, app, image, chart]
0 commit comments