From c56396800351d09303cfa0b34442962fb7830faf Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 23 Mar 2021 13:20:59 +0100 Subject: [PATCH] sim/build_container.sh: fix container name --- tools/sim/build_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sim/build_container.sh b/tools/sim/build_container.sh index 8a9d0e0e2..451277d59 100755 --- a/tools/sim/build_container.sh +++ b/tools/sim/build_container.sh @@ -5,6 +5,6 @@ cd $DIR/../../ docker pull ghcr.io/commaai/openpilot-base:latest docker build \ - --cache-from commaai/openpilot-sim:latest \ - -t commaai/openpilot-sim:latest \ + --cache-from ghcr.io/commaai/openpilot-sim:latest \ + -t ghcr.io/commaai/openpilot-sim:latest \ -f tools/sim/Dockerfile.sim .