Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pushing to Artifact Registry in actions #5075

Merged
merged 3 commits into from Aug 19, 2020
Merged

Enable pushing to Artifact Registry in actions #5075

merged 3 commits into from Aug 19, 2020

Conversation

OliverHGray
Copy link
Contributor

To authenticate with GCP Artifact Registry, the gcloud auth configure-docker command requires a comma separated list of hostnames to add helpers for. https://cloud.google.com/artifact-registry/docs/docker/authentication#gcloud-helper

To authenticate with GCP Artifact Registry, the `gcloud auth configure-docker` command requires a comma separated list of hostnames to add helpers for. https://cloud.google.com/artifact-registry/docs/docker/authentication#gcloud-helper
@Taklop
Copy link

Taklop commented Aug 18, 2020

This would be super useful for me! hopefully it gets approved soon, looks good to my beginner eyes! 😄

Copy link
Contributor

@leezen leezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OliverHGray Looks good, but I think it might make more sense to prepend the name of the env var with GOOGLE_ to be consistent with the other env vars as it's GCP-specific?

Prefix variable name with GOOGLE
@leezen leezen merged commit 6eb475a into pulumi:master Aug 19, 2020
@OliverHGray OliverHGray deleted the patch-1 branch August 19, 2020 07:39
@OliverHGray OliverHGray restored the patch-1 branch August 19, 2020 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants