File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ jobs:
3939
4040 - name : Build and push Docker container
4141 run : |
42- docker build -t $REGISTRY/$ PROJECT_ID/cloud-run-deployments/$ SERVICE_NAME:${{ github.sha }} .
43- docker push $REGISTRY/$ PROJECT_ID/cloud-run-deployments/$ SERVICE_NAME:${{ github.sha }}
42+ docker build -t ${{ env. REGISTRY }}/${{ env. PROJECT_ID }}/shared-docker-registry/${{ env. SERVICE_NAME }}:${{ github.sha }} :${{ github.sha }} .
43+ docker push ${{ env. REGISTRY }}/${{ env. PROJECT_ID }}/shared-docker-registry/${{ env. SERVICE_NAME }}:${{ github.sha }} :${{ github.sha }}
4444
4545 - name : Deploy to Cloud Run
4646 id : deploy
4747 uses : google-github-actions/deploy-cloudrun@v2
4848 with :
4949 service : ${{ env.SERVICE_NAME }}
5050 region : ${{ env.REGION }}
51- image : ${{ env.REGISTRY }}/${{ env.PROJECT_ID }}/cloud-run-deployments /${{ env.SERVICE_NAME }}:${{ github.sha }}
51+ image : ${{ env.REGISTRY }}/${{ env.PROJECT_ID }}/shared-docker-registry /${{ env.SERVICE_NAME }}:${{ github.sha }}
5252 flags : ' --allow-unauthenticated'
5353
5454 - name : Show Output
You can’t perform that action at this time.
0 commit comments