Skip to content

Commit a9a23c1

Browse files
authored
Add charts/ to all Helm chart paths (#20)
Signed-off-by: Andy Bavier <andybavier@gmail.com>
1 parent 2d88401 commit a9a23c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-chart-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Convert owner name to lowercase for the registry URL
4242
OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
4343
CHART_NAME=$(basename ${{ inputs.chart_path }})
44-
helm push ${CHART_NAME}-*.tgz oci://ghcr.io/$OWNER
44+
helm push ${CHART_NAME}-*.tgz oci://ghcr.io/$OWNER/charts
4545
4646
- name: Logout from GHCR
4747
if: always()

0 commit comments

Comments
 (0)