Skip to content

Commit ba5bf97

Browse files
committed
publish chart to ghcr
Signed-off-by: drfaust92 <[email protected]>
1 parent 4ed87ee commit ba5bf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Charts
33
on:
44
push:
55
branches:
6-
- oci # change when done testing
6+
- main
77
paths:
88
- 'charts/*'
99

@@ -41,4 +41,4 @@ jobs:
4141
- name: Push chart to GHCR
4242
run: |
4343
helm package charts
44-
helm push answer-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/charts # TODO remove when testing done
44+
helm push answer-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts

0 commit comments

Comments
 (0)