From 40149e32abf5f7fdddfd144a62d6c72193812603 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Thu, 7 Mar 2024 04:09:42 -0600 Subject: [PATCH] syntax fix --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e10e80c..7b94490 100644 --- a/Earthfile +++ b/Earthfile @@ -144,7 +144,7 @@ helm: SAVE ARTIFACT $ARTIFACT_NAME AS LOCAL "outputs/helm/$ARTIFACT_NAME" RUN --push --secret GH_TOKEN \ - echo "$GH_TOKEN" | helm registry login "$$OCI_REGISTRY" --username gravitational --password-stdin && \ + echo "$GH_TOKEN" | helm registry login "$OCI_REGISTRY" --username gravitational --password-stdin && \ helm push "$ARTIFACT_NAME" "oci://$OCI_REGISTRY/charts" all: