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 3079434 commit f06037bCopy full SHA for f06037b
.github/workflows/publish-chart.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Helm
21
uses: alexellis/arkade-get@master
22
with:
23
- helm: latest
+ helm: v3.19.2
24
25
- name: Log in to GitHub Container Registry
26
uses: docker/login-action@v3
@@ -38,4 +38,4 @@ jobs:
38
39
# Push the chart using OCI
40
# This will call the package 'kobo' for now but it may make sense in the future to change it to `kobo-helm-chart` in Chart.yaml
41
- helm push chart/kobo-${CHART_VERSION}.tgz oci://ghcr.io/${OWNER_LOWER_CASE}
+ helm push chart/kobo-${CHART_VERSION}.tgz oci://ghcr.io/${OWNER_LOWER_CASE}
0 commit comments