We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acf131 commit 8eb6749Copy full SHA for 8eb6749
1 file changed
.github/workflows/publish-dingo-helm-chart.yml
@@ -26,7 +26,7 @@ jobs:
26
rm -rf dist
27
mkdir dist
28
helm package charts/dingo/ -d dist/
29
- echo "${TOKEN}" | helm registry login "${REGISTRY}/${REPOSITORY,,}" -u "${USER}" --password-stdin
+ echo "${TOKEN}" | helm registry login "${REGISTRY}" -u "${USER}" --password-stdin
30
for file in dist/*; do
31
helm push "$file" "oci://${REGISTRY}/${REPOSITORY,,}/charts"
32
done
0 commit comments