Skip to content

Commit 782cee9

Browse files
authored
UPD: Update cd-workflow.yaml
1 parent f0df035 commit 782cee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
project_id: ${{ secrets.GCP_PROJECT_ID }}
107107
service: ${{ secrets.GCP_CLOUD_RUN_SERVICE }}
108-
image: ${{secrets.GCP_GAR_IMAGE}}
108+
image: ${{ secrets.GCP_GAR_REPO }}/backstage-image:${{ github.sha }}
109109
region: ${{ secrets.GCP_REGION }}
110110
flags: >
111111
--allow-unauthenticated

0 commit comments

Comments
 (0)