Open
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?