Skip to content

Commit 4f81670

Browse files
committed
Fix(aws): Correct docker push target
1 parent 6ae4e6f commit 4f81670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/setup/docker/build_and_push_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ GAMES_DOCKER_DIR="$THIS_DIR/../../../docker"
1717
"$BUILD_SCRIPT" "$GAMES_DOCKER_DIR/HuskyBench.Dockerfile" codeclash/huskybench "$GAMES_DOCKER_DIR"
1818
"$BUILD_SCRIPT" "$GAMES_DOCKER_DIR/RoboCode.Dockerfile" codeclash/robocode "$GAMES_DOCKER_DIR"
1919
"$BUILD_SCRIPT" "$GAMES_DOCKER_DIR/RobotRumble.Dockerfile" codeclash/robotrumble "$GAMES_DOCKER_DIR"
20-
"$BUILD_SCRIPT" "$GAMES_DOCKER_DIR/Halite.Dockerfile" codeclash/robotrumble "$GAMES_DOCKER_DIR"
20+
"$BUILD_SCRIPT" "$GAMES_DOCKER_DIR/Halite.Dockerfile" codeclash/halite "$GAMES_DOCKER_DIR"

0 commit comments

Comments
 (0)