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 831f4f4 commit 21c04dfCopy full SHA for 21c04df
.github/workflows/publish-charts.yml
@@ -25,7 +25,10 @@ jobs:
25
helm package charts/$chart --destination packages
26
done
27
- name: Publish helm charts
28
+ env:
29
+ GITHUB_TOKEN_REGISTRY: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
+ echo $GITHUB_TOKEN_REGISTRY | helm registry login ghcr.io/opencrvs --username adskyiproger --password-stdin
32
for package in $(ls -1 packages)
33
do
34
helm push packages/$package oci://ghcr.io/opencrvs
0 commit comments