.github/workflows/cd-workflow.yaml #69
cd-workflow.yaml
on: workflow_run
Create and Push Docker Image to GAR
3m 47s
Deploy Image on Cloud Run
24s
Annotations
1 error
|
Deploy Image on Cloud Run
google-github-actions/deploy-cloudrun failed with: failed to execute gcloud command `gcloud run deploy *** --quiet --image *** --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=56ad34d9e9ea91af01276d1c9cafee0949f726a0 --platform managed --format json --region *** --project *** --platform managed \ --allow-unauthenticated \ --port 7007 \`: ERROR: (gcloud.run.deploy) unrecognized arguments: \
To search the help text of gcloud commands, run:
gcloud help -- SEARCH_TERMS
|