For all projects using us-central1-docker.pkg/k8s-staging-images/* staging registries listed here, you'll need to start using user-supplied service account that is dedicated to your GitHub repository.
Docs: https://docs.cloud.google.com/build/docs/securing-builds/configure-user-specified-service-accounts
in cloudbuild.yaml, you'll need to add this line:
serviceAccount: projects/k8s-staging-images/serviceAccounts/[REGISTRY_NAME]-sa@k8s-staging-images.iam.gserviceaccount.com
/priority important-soon
For all projects using
us-central1-docker.pkg/k8s-staging-images/*staging registries listed here, you'll need to start using user-supplied service account that is dedicated to your GitHub repository.Docs: https://docs.cloud.google.com/build/docs/securing-builds/configure-user-specified-service-accounts
in cloudbuild.yaml, you'll need to add this line:
/priority important-soon