Skip to content

Commit

Permalink
Buildx bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
noodl committed Jan 23, 2024
1 parent 4aa8ff0 commit 7a31f76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ setup() {

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

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

# convert --<switch> to a variable
Expand Down

0 comments on commit 7a31f76

Please sign in to comment.