diff --git a/.github/workflows/gc.yaml b/.github/workflows/gc.yaml index f16b7d4..3b78dad 100644 --- a/.github/workflows/gc.yaml +++ b/.github/workflows/gc.yaml @@ -77,11 +77,11 @@ jobs: # echo ${{steps.auth.outputs.access_token}} | docker login -u oauth2accesstoken --password-stdin https://$GAR_LOCATION-docker.pkg.dev # Get the GKE credentials so we can deploy to the cluster - # - name: Set up GKE credentials - # uses: google-github-actions/get-gke-credentials@v0 - # with: - # cluster_name: ${{ env.GKE_CLUSTER }} - # location: ${{ env.GKE_ZONE }} + - name: Set up GKE credentials + uses: google-github-actions/get-gke-credentials@v0 + with: + cluster_name: ${{ env.GKE_CLUSTER }} + location: ${{ env.GKE_ZONE }} # Build the Docker image - name: Build