sim/build_container.sh: fix container name

old-commit-hash: c563968003
vw-mqb-aeb
Willem Melching 4 years ago
parent a5727d14cb
commit d0cd4d6de9
  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