Skip to content

Commit

Permalink
🔧 Use docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Oct 19, 2023
1 parent 0a43d75 commit 778126f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
workload_identity_provider: "projects/${{ secrets.GOOGLE_PROJECT_ID }}/locations/global/workloadIdentityPools/${{ secrets.GOOGLE_WID_POOL_ID }}/providers/${{ secrets.GOOGLE_WID_PROVIDER_ID }}"
service_account: ${{ secrets.GOOGLE_SA_EMAIL }}
access_token_expiration: 300
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GCR
uses: docker/login-action@v3
with:
Expand Down

1 comment on commit 778126f

@vercel
Copy link

@vercel vercel bot commented on 778126f Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.