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

Add Support for Google Cloud Artifact Registry #158

Open
jvanderen1 opened this issue May 21, 2024 · 1 comment
Open

Add Support for Google Cloud Artifact Registry #158

jvanderen1 opened this issue May 21, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@jvanderen1
Copy link

jvanderen1 commented May 21, 2024

Unfortunately, Google Cloud Container Registry is being deprecated in favor of Google Cloud Artifact Registry. I tried to use this Github Action using the registry syntax within the documentation:

Docker push syntax:

docker push <LOCATION>-docker.pkg.dev/<PROJECT_ID>/<REPOSITORY>/<IMAGE>

Registry syntax:

<LOCATION>-docker.pkg.dev/<PROJECT_ID>/<REPOSITORY>

But this does not seem to work. I see the following error:

No images detected for registry (<LOCATION>-docker.pkg.dev/<PROJECT_ID>/<REPOSITORY>)

Can we add support for Google Cloud Artifact Registry?

@whoan whoan added the good first issue Good for newcomers label May 27, 2024
@whoan
Copy link
Owner

whoan commented May 27, 2024

Agree @jvanderen1 , that's something the action should support.
I really can't promise when I can work on it, so I tagged it as "good first issue" in case someone can contribute with the implementation.
Thanks for the detailed issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants