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.
2 parents 553a17e + d0a7608 commit 34fc5afCopy full SHA for 34fc5af
.github/workflows/pull-request.yaml
@@ -194,7 +194,7 @@ jobs:
194
195
# Push to GHCR
196
echo "Pushing Helm chart $CHART_NAME-$CHART_VERSION.tgz to oci://ttl.sh/${{ github.event.repository.name }}/helm"
197
- if helm push ./$CHART_NAME-$CHART_VERSION.tgz oci://ttl.sh/${{ github.event.repository.name }}/helm"; then
+ if helm push ./$CHART_NAME-$CHART_VERSION.tgz oci://ttl.sh/${{ github.event.repository.name }}/helm; then
198
echo "Successfully released $CHART_NAME-$CHART_VERSION to ttl.sh"
199
else
200
echo "Failed to push $CHART_NAME-$CHART_VERSION to ttl.sh"
0 commit comments