From aee0b97d2abb328b6da2fec7e362b2d7550410d5 Mon Sep 17 00:00:00 2001 From: Rob Arnold Date: Sun, 24 Sep 2023 21:48:54 -0700 Subject: [PATCH] Try using the repo prefix for the image name --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index f27ec4fc..3c11c237 100644 --- a/Earthfile +++ b/Earthfile @@ -35,7 +35,7 @@ usb-image: SAVE ARTIFACT /usr/lib/extension-release.d SAVE ARTIFACT /usr/bin/lsusb SAVE ARTIFACT /usr/bin/less - SAVE IMAGE usb-image:$tag + SAVE IMAGE marinatedconcrete/usb-image:$tag images: BUILD +usb-image