Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Mar 7, 2024
1 parent 8cd8088 commit 9accad3
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 @@ -143,7 +143,7 @@ helm:
LET ARTIFACT_NAME=$(find . -name '*.tgz' -exec basename {} \\; | head -n 1)

SAVE ARTIFACT $ARTIFACT_NAME AS LOCAL "outputs/helm/$ARTIFACT_NAME"
RUN --push helm push "$ARTIFACT_NAME" "oci://ghcr.io/$REPO_NAME/charts"
RUN --push helm push "$ARTIFACT_NAME" "oci://ghcr.io/gravitational"

all:
BUILD +binary
Expand Down

0 comments on commit 9accad3

Please sign in to comment.