We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808cc36 commit 3ffd362Copy full SHA for 3ffd362
1 file changed
.github/workflows/workflow.yaml
@@ -32,9 +32,9 @@ jobs:
32
uses: actions/checkout@v2
33
34
- name: Setup gcloud cli
35
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+ uses: google-github-actions/setup-gcloud@v0.2.0
36
with:
37
- version: '275.0.0'
+ version: '320.0.0'
38
service_account_key: ${{ secrets.SERVICE_ACCOUNT_KEY }}
39
40
- name: Configure docker to use the gcloud as a credential helper
@@ -106,9 +106,9 @@ jobs:
106
cat statefulset.yaml
107
108
109
110
111
112
113
114
- name: Apply Kubernetes manifests
0 commit comments