From 85fdd8b8315b6a91554ddee8cd61ee8a39775fd8 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 1 Jul 2025 15:27:21 -0500 Subject: [PATCH] skip docker things locally --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fc1abd389..3ae7581f52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,14 +49,14 @@ jobs: - name: Check Version Consistency run: npm run check:versions - - name: Setup Google Cloud SDK - uses: 'google-github-actions/setup-gcloud@v2' + # - name: Setup Google Cloud SDK + # uses: 'google-github-actions/setup-gcloud@v2' - - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2' - with: - workload_identity_provider: 'projects/48735766119/locations/global/workloadIdentityPools/github/providers/github-actions-provider' - service_account: 'gh-actions-service-account@gemini-code-dev.iam.gserviceaccount.com' + # - name: Authenticate to Google Cloud + # uses: 'google-github-actions/auth@v2' + # with: + # workload_identity_provider: 'projects/48735766119/locations/global/workloadIdentityPools/github/providers/github-actions-provider' + # service_account: 'gh-actions-service-account@gemini-code-dev.iam.gserviceaccount.com' # - name: Configure Docker # run: gcloud auth configure-docker us-west1-docker.pkg.dev