Skip to content

Commit

Permalink
PE-4496 fix (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-N00B authored Jun 19, 2024
1 parent 3b8f6dd commit bee513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bee513e

Please sign in to comment.