Hi has anyone faced the same problem when trying to push to GCP artifact repository?
asia-southeast2-docker.pkg.dev is not a supported registry
I tried using gcp-gcr orb 0.14.1 and still getting the same issue.
Thanks!
Hi has anyone faced the same problem when trying to push to GCP artifact repository?
asia-southeast2-docker.pkg.dev is not a supported registry
I tried using gcp-gcr orb 0.14.1 and still getting the same issue.
Thanks!
Hi,
I am a new bee for the gcp-gcr orb and can’t get more details about how to using it. Here is what I am using it:
gcr-push:
docker:
# replace with your preferred image
- image: cimg/base:stable
steps:
- gcp-gcr/push-image:
registry-url: axxxx/xxxx/xxxxx
tag: latest
image: my-java-image
google-project-id: ORB_ENV_PROJECT_ID
And ORB_ENV_PROJECT_ID is the environment variable what I defined, but I ran into “invalid reference format” issue all the time.
Could you help on this and sorry for not helping on your question.