File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 ${{ env.IMAGE }}:latest
4040 target : production
4141 # Setup gcloud CLI
42- - uses : google-github-actions/setup-gcloud@v1
42+ - uses : google-github-actions/setup-gcloud@v0.2.0
4343 with :
4444 service_account_key : ${{ secrets.GKE_SA_KEY }}
4545 project_id : ${{ secrets.GKE_PROJECT }}
4949 gcloud --quiet auth configure-docker
5050
5151 # Get the GKE credentials so we can deploy to the cluster
52- - uses : google-github-actions/get-gke-credentials@v1
52+ - uses : google-github-actions/get-gke-credentials@v0.2.1
5353 with :
5454 cluster_name : ${{ env.GKE_CLUSTER }}
5555 location : ${{ env.GKE_ZONE }}
Original file line number Diff line number Diff line change 4343 ${{ env.IMAGE }}:latest
4444 target : production
4545 # Setup gcloud CLI
46- - uses : google-github-actions/setup-gcloud@v1
46+ - uses : google-github-actions/setup-gcloud@v0.2.0
4747 with :
4848 service_account_key : ${{ secrets.GKE_SA_KEY }}
4949 project_id : ${{ secrets.GKE_PROJECT }}
5353 gcloud --quiet auth configure-docker
5454
5555 # Get the GKE credentials so we can deploy to the cluster
56- - uses : google-github-actions/get-gke-credentials@v1
56+ - uses : google-github-actions/get-gke-credentials@v0.2.1
5757 with :
5858 cluster_name : ${{ env.GKE_CLUSTER }}
5959 location : ${{ env.GKE_ZONE }}
You can’t perform that action at this time.
0 commit comments