sim/build_container.sh: fix container name

pull/20447/head
Willem Melching 4 years ago
parent 34342b21a9
commit c563968003
  1. 4
      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 .

Loading…
Cancel
Save