We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d88401 commit a9a23c1Copy full SHA for a9a23c1
.github/workflows/publish-chart-to-ghcr.yml
@@ -41,7 +41,7 @@ jobs:
41
# Convert owner name to lowercase for the registry URL
42
OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')
43
CHART_NAME=$(basename ${{ inputs.chart_path }})
44
- helm push ${CHART_NAME}-*.tgz oci://ghcr.io/$OWNER
+ helm push ${CHART_NAME}-*.tgz oci://ghcr.io/$OWNER/charts
45
46
- name: Logout from GHCR
47
if: always()
0 commit comments