Skip to content

Add Support for Google Cloud Artifact Registry #158

Open
@jvanderen1

Description

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?

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions