We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed87ee commit ba5bf97Copy full SHA for ba5bf97
.github/workflows/helm-release.yaml
@@ -3,7 +3,7 @@ name: Release Charts
3
on:
4
push:
5
branches:
6
- - oci # change when done testing
+ - main
7
paths:
8
- 'charts/*'
9
@@ -41,4 +41,4 @@ jobs:
41
- name: Push chart to GHCR
42
run: |
43
helm package charts
44
- helm push answer-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY_OWNER,,}/charts # TODO remove when testing done
+ helm push answer-*.tgz oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts
0 commit comments