Skip to content

Commit

Permalink
Merge pull request whoan#58 from gabe565/master
Browse files Browse the repository at this point in the history
Add support for GCR subdomains (Like us.gcr.io)
  • Loading branch information
whoan authored Aug 5, 2020
2 parents 50dfb8e + 362c92a commit 314daaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _is_github_registry() {
}

_is_gcloud_registry() {
[ "$INPUT_REGISTRY" = gcr.io ]
[[ "$INPUT_REGISTRY" =~ ^(.+\.)?gcr\.io$ ]]
}

_is_aws_ecr() {
Expand Down

0 comments on commit 314daaf

Please sign in to comment.