We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ff0e commit 5fd04faCopy full SHA for 5fd04fa
.github/workflows/cd-workflow.yaml
@@ -90,6 +90,7 @@ jobs:
90
id: deploy
91
uses: google-github-actions/deploy-cloudrun@v2
92
with:
93
+ project_id: ${{ secrets.GCP_PROJECT_ID }}
94
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
95
image: ${{ secrets.GCP_REGION }}-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_GAR_REPO }}/backstage-image:${{ github.sha }}
96
region: ${{ secrets.GCP_REGION }}
0 commit comments