From 0e2f159e007a02a53c307f9169920408ed874c1b Mon Sep 17 00:00:00 2001 From: DK Date: Thu, 9 Nov 2023 15:10:53 -0800 Subject: [PATCH] maybe that will help --- .github/workflows/temp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index a214b4680..9e6467c31 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -25,6 +25,11 @@ jobs: service_account_key: ${{ secrets.GKE_PROTOCOL_US_CENTRAL }} project_id: ${{ secrets.GKE_PROTOCOL_PROJECT }} + # Configure Docker to use the gcloud command-line tool as a credential + # helper for authentication + - run: |- + gcloud --quiet auth configure-docker + - uses: google-github-actions/get-gke-credentials@v1 with: cluster_name: ${{ env.GKE_CLUSTER }}