From 7b7adc4ae67598a72a5c4b0abb40b0b239eef3c6 Mon Sep 17 00:00:00 2001 From: Florian d'Erfurth Date: Wed, 11 Oct 2023 19:17:36 +0200 Subject: [PATCH] fix prepare-faster --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9a4ccdf19ee..1936df49a7c 100644 --- a/Earthfile +++ b/Earthfile @@ -597,7 +597,7 @@ prepare-faster: ARG stop=yes LOCALLY IF [ "$push" = "yes" ] - RUN docker pull $DB_SAVE_IMG_NAME + RUN docker pull $DB_SAVE_IMG_NAME || echo "Image $DB_SAVE_IMG_NAME not found in registry" END IF [ "docker image ls | grep db-save | grep $DL_TAG" ] RUN echo "Image $DB_SAVE_IMG_NAME found, skipping..."