.github/workflows/cd-workflow.yaml #63
cd-workflow.yaml
on: workflow_run
Create and Push Docker Image to GAR
4m 18s
Deploy Image on Cloud Run
42s
Annotations
1 error
|
Deploy Image on Cloud Run
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy *** --image ***-docker.pkg.dev/***/***/backstage-image:4afa2a9a787640bd68cbe04bdfae535c220d3550 --update-secrets ^,^GITHUB_TOKEN=github_token:latest,GITLAB_TOKEN=gitlab_token:latest,GOOGLE_CLIENT_ID=google_client_id:latest,GOOGLE_CLIENT_SECRET=google_client_secret:latest,PROD_GITHUB_CLIENT_SECRET=github_client_secret:latest,PROD_GITHUB_CLIENT_ID=github_client_id:latest --update-labels ^,^managed-by=github-actions,commit-sha=4afa2a9a787640bd68cbe04bdfae535c220d3550 --format json --region *** --project *** --platform managed --allow-unauthenticated --port 7007`: Deploying container to Cloud Run service [***] in project [***] region [***]
Deploying...
Setting IAM Policy................................done
Creating Revision.........................................................................................................................failed
Deployment failed
ERROR: (gcloud.run.deploy) Revision '***-00002-8pv' is not ready and cannot serve traffic. spec.template.spec.containers[0].env[4].value_from.secret_key_ref.name: Secret projects/1006240973223/secrets/github_client_secret/versions/latest was not found
spec.template.spec.containers[0].env[5].value_from.secret_key_ref.name: Secret projects/1006240973223/secrets/github_client_id/versions/latest was not found
|