Recently, I moved my container images to Artifact Registry. The issue I am facing now, previously I was using cloud build local command to deploy my code as cloud function, but now using the command it can not pull the Artifact images saying permission denied. I provide both Read, Write and Administrator permissions to pull images from it but it didn’t resolve my problem.
I saw the docs and found that pulling artifact images is only possible using Docker command, so, if I use yaml files and run cloud build local command, it didn’t pull images.
Any solutions for this issue ?