From f290fa2eb13e8dd6bf898fe367f10828c6e5930f Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 7 Jun 2023 08:07:40 +0200 Subject: [PATCH] Adjusting Earthfile --- Earthfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Earthfile b/Earthfile index 23aecd4..e60dcd5 100644 --- a/Earthfile +++ b/Earthfile @@ -19,9 +19,7 @@ docker: FROM alpine RUN apk add --no-cache libssl3 COPY +build/rustocat rustocat - ENTRYPOINT ["/bin/sh"] - CMD ["-c", "/rustbuild/rustocat"] + ENTRYPOINT ["rustocat"] ARG EARTHLY_TARGET_TAG ARG TAG=$EARTHLY_TARGET_TAG - SAVE IMAGE --push docker.hibas123.de/rustocat:latest - SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG \ No newline at end of file + SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG