File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 - name : Configure Docker
4646 run : gcloud auth configure-docker ${{ vars.GAR_HOSTNAME }}
4747
48- - name : Set up Buildx
49- uses : docker/setup-buildx-action@v3
50- with :
51- driver : docker-container
48+ # - name: Set up Buildx
49+ # uses: docker/setup-buildx-action@v3
50+ # with:
51+ # driver: docker-container
5252
5353 - name : Set image path
5454 run : echo "IMAGE_PATH=${{ vars.GAR_HOSTNAME }}/${{ inputs.project_id }}/shared-docker-registry/${{ inputs.service_name }}:${{ github.sha }}" >> $GITHUB_ENV
6060 file : ${{ inputs.dockerfile }}
6161 push : true
6262 tags : ${{ env.IMAGE_PATH }}
63- # cache-from: type=gha,scope=${{ inputs.service_name }}
64- # cache-to: type=gha,mode=max,scope=${{ inputs.service_name }}
63+ # cache-from: type=gha,scope=$ {{ inputs.service_name }}
64+ # cache-to: type=gha,mode=max,scope=$ {{ inputs.service_name }}
6565
6666 - name : Deploy to Cloud Run
6767 id : deploy
You can’t perform that action at this time.
0 commit comments