Skip to content

Commit 1aebb91

Browse files
authored
revert quote changes (#87)
1 parent 526b5fe commit 1aebb91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
tag: ${{ needs.versioning.outputs.semVer }}
4242
tag-major: ${{ needs.versioning.outputs.major }}
4343
tag-minor: ${{ needs.versioning.outputs.minor }}
44+
push-image: ${{ github.ref_name == github.event.repository.default_branch }}
4445

4546
chart:
4647
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1
@@ -52,6 +53,7 @@ jobs:
5253
registry: ghcr.io/${{ github.repository_owner }}
5354
chart-repository-prefix: charts/
5455
tag: ${{ needs.versioning.outputs.semVer }}
56+
push-chart: ${{ github.ref_name == github.event.repository.default_branch }}
5557

5658
release:
5759
needs: [versioning, app, image, chart]

0 commit comments

Comments
 (0)