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 f0df035 commit c71fca1Copy full SHA for c71fca1
.github/workflows/cd-workflow.yaml
@@ -105,7 +105,7 @@ jobs:
105
with:
106
project_id: ${{ secrets.GCP_PROJECT_ID }}
107
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
108
- image: ${{secrets.GCP_GAR_IMAGE}}
+ image: ${{ secrets.GCP_GAR_REPO }}/backstage-image:${{ github.sha }}
109
region: ${{ secrets.GCP_REGION }}
110
flags: >
111
--allow-unauthenticated
0 commit comments