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 0c9c4d6 commit 2af087cCopy full SHA for 2af087c
.github/workflows/release.yaml
@@ -42,8 +42,6 @@ jobs:
42
uses: helm/[email protected]
43
with:
44
skip_existing: true
45
- skip_packaging: true
46
- skip_upload: true
47
env:
48
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
49
@@ -66,7 +64,7 @@ jobs:
66
64
67
65
# Push to GHCR
68
echo "Pushing Helm chart $CHART_NAME-$CHART_VERSION.tgz to oci://ghcr.io/${{ github.event.repository.name }}"
69
- if helm push ${{ github.workspace }}/$CHART_NAME-$CHART_VERSION.tgz oci://ghcr.io/${{ github.event.repository.name }}; then
+ if helm push ${{ github.workspace }}/.cr-release-packages/${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/${{ github.event.repository.name }}; then
70
echo "Successfully released $CHART_NAME-$CHART_VERSION to GHCR"
71
else
72
echo "Failed to push $CHART_NAME-$CHART_VERSION to GHCR"
0 commit comments