skip docker things locally

This commit is contained in:
mkorwel
2025-07-01 15:27:21 -05:00
parent 0f543dc4a8
commit 85fdd8b831
+7 -7
View File
@@ -49,14 +49,14 @@ jobs:
- name: Check Version Consistency - name: Check Version Consistency
run: npm run check:versions run: npm run check:versions
- name: Setup Google Cloud SDK # - name: Setup Google Cloud SDK
uses: 'google-github-actions/setup-gcloud@v2' # uses: 'google-github-actions/setup-gcloud@v2'
- name: Authenticate to Google Cloud # - name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v2' # uses: 'google-github-actions/auth@v2'
with: # with:
workload_identity_provider: 'projects/48735766119/locations/global/workloadIdentityPools/github/providers/github-actions-provider' # 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' # service_account: 'gh-actions-service-account@gemini-code-dev.iam.gserviceaccount.com'
# - name: Configure Docker # - name: Configure Docker
# run: gcloud auth configure-docker us-west1-docker.pkg.dev # run: gcloud auth configure-docker us-west1-docker.pkg.dev