Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Mar 7, 2024
1 parent 0c317f9 commit 40149e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40149e3

Please sign in to comment.