Skip to content

Commit 0c87357

Browse files
committed
remove buildx setup for even faster builds.
1 parent cff44c8 commit 0c87357

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/service-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -60,8 +60,8 @@ jobs:
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

0 commit comments

Comments
 (0)