Skip to content

Commit 1f21c7a

Browse files
committed
Add gcr log in
1 parent 34a60a9 commit 1f21c7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/_helm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
exit 1
3737
fi
3838
39+
40+
- name: login to gcr using helm
41+
run: |
42+
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.repository_owner }} --password-stdin
43+
44+
3945
- name: package chart and push it
4046
run: |
4147
helm dependencies update Charts/glazed

0 commit comments

Comments
 (0)