Skip to content

Commit 43fc605

Browse files
authored
feat(cd): legacy chart publish to OCI
1 parent 9698ead commit 43fc605

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,14 @@ jobs:
4747
uses: helm/chart-releaser-action@v1.7.0
4848
env:
4949
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
50-
CR_SKIP_EXISTING: true
50+
51+
- name: Run chart-releaser
52+
uses: bitdeps/helm-oci-charts-releaser@v0.1.3
53+
with:
54+
oci_registry: quay.io/enix/charts
55+
oci_username: ${{ secrets.QUAY_USERNAME }}
56+
oci_password: ${{ secrets.QUAY_PASSWORD }}
57+
github_token: ${{ secrets.GITHUB_TOKEN }}
58+
skip_helm_install: true
59+
skip_dependencies: true
60+
skip_gh_release: true

0 commit comments

Comments
 (0)