File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
${{ env.IMAGE }}:latest
40
40
target : production
41
41
# Setup gcloud CLI
42
- - uses : google-github-actions/setup-gcloud@v1
42
+ - uses : google-github-actions/setup-gcloud@v0.2.0
43
43
with :
44
44
service_account_key : ${{ secrets.GKE_SA_KEY }}
45
45
project_id : ${{ secrets.GKE_PROJECT }}
49
49
gcloud --quiet auth configure-docker
50
50
51
51
# 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
53
53
with :
54
54
cluster_name : ${{ env.GKE_CLUSTER }}
55
55
location : ${{ env.GKE_ZONE }}
Original file line number Diff line number Diff line change 43
43
${{ env.IMAGE }}:latest
44
44
target : production
45
45
# Setup gcloud CLI
46
- - uses : google-github-actions/setup-gcloud@v1
46
+ - uses : google-github-actions/setup-gcloud@v0.2.0
47
47
with :
48
48
service_account_key : ${{ secrets.GKE_SA_KEY }}
49
49
project_id : ${{ secrets.GKE_PROJECT }}
53
53
gcloud --quiet auth configure-docker
54
54
55
55
# 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
57
57
with :
58
58
cluster_name : ${{ env.GKE_CLUSTER }}
59
59
location : ${{ env.GKE_ZONE }}
You can’t perform that action at this time.
0 commit comments