Skip to content

Commit

Permalink
add region support
Browse files Browse the repository at this point in the history
  • Loading branch information
sleekmountaincat committed Apr 19, 2021
1 parent 070e391 commit 80b16cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ get_ecr_url() {
aws ecr describe-repositories \
--repository-names "${repository_name}" \
--output text \
--query 'repositories[0].repositoryUri'
--query 'repositories[0].repositoryUri' \
--region $BUILDKITE_PLUGIN_DOCKER_ECR_PUBLISH_REGION
}

read_build_args() {
Expand Down

0 comments on commit 80b16cd

Please sign in to comment.