diff --git a/CHANGELOG.md b/CHANGELOG.md index 6315c4343..daf53ccda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,9 @@ CHANGELOG - Python: Improved error message when `virtualenv` doesn't exist [#5069](https://github.com/pulumi/pulumi/pull/5069) + +- Enable pushing to Artifact Registry in actions + [#5075](https://github.com/pulumi/pulumi/pull/5075) ## 2.7.1 (2020-07-22) diff --git a/dist/actions/entrypoint.sh b/dist/actions/entrypoint.sh index a94e40b8c..c38aa2928 100755 --- a/dist/actions/entrypoint.sh +++ b/dist/actions/entrypoint.sh @@ -88,7 +88,7 @@ if [ ! -z "$GOOGLE_CREDENTIALS" ]; then echo "$GOOGLE_CREDENTIALS" > $GOOGLE_APPLICATION_CREDENTIALS fi gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS - gcloud --quiet auth configure-docker + gcloud --quiet auth configure-docker $GOOGLE_DOCKER_HOSTNAME_LIST fi # Next, run npm install. We always call this, as