Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sekulicd committed Nov 4, 2024
1 parent b189d64 commit e9d5804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Remote simulation ####

# Default values for optional variables
ECR_REPOSITORY_NAME ?= client-repo
ECR_REPOSITORY_NAME ?= ark-client-repo
IMAGE_NAME ?= arkclient
DOCKERFILE_PATH ?= ./remote/client
BUILD_CONTEXT ?= ../
Expand Down
2 changes: 1 addition & 1 deletion simulation/script/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ usage() {
echo "Usage: $0 -a <AWS_ACCOUNT_ID> -r <AWS_REGION> [-e <ECR_REPOSITORY_NAME>] [-i <IMAGE_NAME>] [-d <DOCKERFILE_PATH>] [-c <BUILD_CONTEXT>] [--no-push]"
echo " -a AWS Account ID"
echo " -r AWS Region"
echo " -e ECR Repository Name (default: client-repo)"
echo " -e ECR Repository Name (default: ark-client-repo)"
echo " -i Docker Image Name (default: arkclient)"
echo " -d Dockerfile Path (default: current directory)"
echo " -c Build Context Path (default: current directory)"
Expand Down

0 comments on commit e9d5804

Please sign in to comment.