Skip to content

Commit

Permalink
Use variable for AWS ECR Region
Browse files Browse the repository at this point in the history
  • Loading branch information
noodl committed Sep 4, 2024
1 parent b1a6e3f commit 4a8945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ setup() {
export BUILDKIT_PROGRESS=plain
fi

export BK_ECR=268539851198.dkr.ecr.eu-west-1.amazonaws.com/sageone/buildkite
export BK_CACHE=268539851198.dkr.ecr.eu-west-1.amazonaws.com/sageone/cache
export BK_ECR=268539851198.dkr.ecr.$AWS_REGION.amazonaws.com/sageone/buildkite
export BK_CACHE=268539851198.dkr.ecr.$AWS_REGION.amazonaws.com/sageone/cache

# Needed for --cache-from and --cache-to
docker buildx create --use --bootstrap
Expand Down

0 comments on commit 4a8945b

Please sign in to comment.