Skip to content

Commit

Permalink
Enable pushing to Artifact Registry in actions (#5075)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHGray committed Aug 19, 2020
1 parent 2470d59 commit 6eb475a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion dist/actions/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eb475a

Please sign in to comment.