From 5e6552dd6cd99d2f7d5b2ba073b81c454352e653 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Thu, 13 Jul 2023 14:58:40 +0200 Subject: [PATCH] Change docker repository --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 45d38cb..8819fb9 100644 --- a/Earthfile +++ b/Earthfile @@ -22,4 +22,4 @@ docker: ENTRYPOINT ["./rustocat"] ARG EARTHLY_TARGET_TAG ARG TAG=$EARTHLY_TARGET_TAG - SAVE IMAGE --push git.hibas.dev/hibas123/rustocat:$TAG \ No newline at end of file + SAVE IMAGE --push git.hibas.dev/ops/rustocat:$TAG \ No newline at end of file