Skip to content

Commit

Permalink
chore: 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 99e97e7 commit 6439b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions .github/workflows/gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
- name: Set up GKE credentials
uses: google-github-actions/get-gke-credentials@v0
with:
cluster_name: "projects/thermal-micron-427901-e1/locations/us-east1/clusters/my-cluster"
# cluster_name: ${{ env.GKE_CLUSTER }}
# location: ${{ env.GKE_GAR_LOCATION }}
# project_id: ${{ env.GKE_PROJECT }}
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GAR_LOCATION }}
project_id: ${{ env.PROJECT_ID }}

# Build the Docker image
- name: Build
Expand Down

0 comments on commit 6439b1a

Please sign in to comment.