This message was deleted.
# google-cloud
s
This message was deleted.
b
Logs I. can see in google cloud. How can I set a pulumiLabel so it isn't 0?
Copy code
Label key 'pulumiLabels.%' violates format constraints. The key must start with a lowercase character, can only contain lowercase letters, numeric characters, underscores and dashes. The key can be at most 63 characters long. International characters are allowed.
Copy code
labels: {
pulumiLabels.%: "0"
<http://cloud.googleapis.com/location|cloud.googleapis.com/location>: "us-central1"
}
s
I keep getting the following error message when trying to deploy a container with github actions: denied: Permission "artifactregistry.repositories.uploadArtifacts" denied on resource "projects/-/locations/europe-west4/repositories/-" (or it may not exist). I have added the following roles with getIAMPolicy({}): roles/iam.serviceAccountAdmin, roles/iam.workloadIdentityUser, roles/iam.serviceAccountTokerCreator, roles/editor. To the service account Last thing I have: gcloud auth configure-docker $ARTIFACTORY_HOST In the github.workflow which seems to be working.