1 parent 1d9aa2f commit f25537bCopy full SHA for f25537b
1 file changed
.github/workflows/cd.yml
@@ -43,6 +43,7 @@ jobs:
43
with:
44
service: ${{ env.SERVICE_NAME }}
45
region: ${{ env.RUN_REGION }}
46
+ port: 8000
47
image: "${{ env.RUN_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.SERVICE_NAME }}/${{ env.SERVICE_NAME }}:${{ github.sha }}"
48
49
- name: "Use output"
0 commit comments