Skip to content

Commit 8eb6749

Browse files
authored
fix(ci): fix publishing Dingo chart (#147)
Signed-off-by: Ales Verbic <verbotenj@blinklabs.io>
1 parent 3acf131 commit 8eb6749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-dingo-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
rm -rf dist
2727
mkdir dist
2828
helm package charts/dingo/ -d dist/
29-
echo "${TOKEN}" | helm registry login "${REGISTRY}/${REPOSITORY,,}" -u "${USER}" --password-stdin
29+
echo "${TOKEN}" | helm registry login "${REGISTRY}" -u "${USER}" --password-stdin
3030
for file in dist/*; do
3131
helm push "$file" "oci://${REGISTRY}/${REPOSITORY,,}/charts"
3232
done

0 commit comments

Comments
 (0)