Skip to content

Commit

Permalink
Update GKE credentials setup and location in gc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlohcs committed Aug 12, 2024
1 parent 3877163 commit ef80ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: google-github-actions/get-gke-credentials@v0
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
location: ${{ env.GKE_GAR_LOCATION }}
project_id: ${{ env.GKE_PROJECT }}

# Build the Docker image
Expand Down

0 comments on commit ef80ee3

Please sign in to comment.