Docker – GCP Cloud Build failed with error: Caller does not have permission or the resource may not exist
I am trying to deploy a nestjs application on a monorepo to GCD CI/CD "Cloud Build API". I pushed the images to Artifact Registry successfully. My cloudbuild.yaml file looks like below: steps: - name: 'gcr.io/cloud-builder/docker' args: [ 'build', '-t', 'europe-west1-docker.pkg.dev/driven-atrium-414021/reservations/production',…