File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
helm package . --app-version=${APP_VERSION} --version=${CHART_VERSION}
64
64
65
65
# Push to GHCR
66
- echo "Pushing Helm chart $CHART_NAME-$CHART_VERSION.tgz to oci://ghcr.io/${{ github.event. repository.name }}"
67
- if helm push ${{ github.workspace }}/.cr-release-packages/${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.event. repository.name }}; then
66
+ echo "Pushing Helm chart $CHART_NAME-$CHART_VERSION.tgz to oci://ghcr.io/${{ github.repository }}"
67
+ if helm push ${{ github.workspace }}/.cr-release-packages/${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.repository }}; then
68
68
echo "Successfully released $CHART_NAME-$CHART_VERSION to GHCR"
69
69
else
70
70
echo "Failed to push $CHART_NAME-$CHART_VERSION to GHCR"
You can’t perform that action at this time.
0 commit comments