Skip to content

Commit 6ae4e6f

Browse files
committed
Fix(aws): Build script for ECR images
1 parent 8a8caa3 commit 6ae4e6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aws/setup/docker/build_and_push_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
THIS_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66
BUILD_SCRIPT="$THIS_DIR/build_and_push_aws.sh"
7-
GAMES_DOCKER_DIR="$THIS_DIR/../../docker"
7+
GAMES_DOCKER_DIR="$THIS_DIR/../../../docker"
88

99
# AWSCodeClash -> codeclash
1010
"$BUILD_SCRIPT" AWSCodeClash.Dockerfile codeclash "$THIS_DIR"
@@ -17,3 +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"

0 commit comments

Comments
 (0)