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 4145258 commit 8e924fbCopy full SHA for 8e924fb
.github/workflows/helm.yml
@@ -64,9 +64,9 @@ jobs:
64
run: |
65
curl -L -o helm-push.tar.gz https://github.com/chartmuseum/helm-push/releases/download/v0.10.3/helm-push_0.10.3_linux_amd64.tar.gz
66
tar -xzf helm-push.tar.gz
67
- chmod +x bin/helmpush
68
- mv bin/helmpush helm-push
+ chmod +x helm-push
69
./helm-push .charts/domain-locker-${{ steps.vars.outputs.tag }}.tgz \
70
--username $CLOUDSMITH_API_KEY \
71
--password $CLOUDSMITH_API_KEY \
72
https://helm.cloudsmith.io/$CLOUDSMITH_REPO/
+
0 commit comments