From bee513ea9aefb1ab48a2e9565cd898f5c39e9f2a Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Thu, 20 Jun 2024 01:51:59 +0530 Subject: [PATCH] PE-4496 fix (#216) --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 587faa1..125f25f 100755 --- a/earthly.sh +++ b/earthly.sh @@ -58,7 +58,7 @@ docker rmi $SPECTRO_PUB_REPO/earthly/earthly:$EARTHLY_VERSION if [ "$(docker container inspect -f '{{.State.Running}}' earthly-buildkitd)" = "true" ]; then docker stop earthly-buildkitd fi -docker rmi $SPECTRO_PUB_REPO/earthly/buildkitd:$EARTHLY_VERSION +docker rmi $SPECTRO_PUB_REPO/earthly/buildkitd:$EARTHLY_VERSION 2>/dev/null docker rmi alpine:latest if [[ "$1" == "+uki-genkey" ]]; then