sim/build_container.sh: fix container name

pull/20447/head
Willem Melching 2021-03-23 13:20:59 +01:00
parent 34342b21a9
commit c563968003
1 changed files with 2 additions and 2 deletions

View File

@ -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 .