Enable pushing to Artifact Registry in actions (#5075)

This commit is contained in:
Ollie Gray 2020-08-19 08:29:22 +01:00 committed by GitHub
parent 2470d59efb
commit 6eb475ab95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -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