26
26
jobs :
27
27
gcloud-setup-and-build-and-publish-to-GCR :
28
28
name : Setup gcloud utility, Build DC-ANALYTICS image and Publish it to Container Registry
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-22 .04
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Google Authentication
35
- uses : google-github-actions/auth@v0.8.0
35
+ uses : google-github-actions/auth@v2.1.6
36
36
with :
37
37
credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY }}
38
38
39
39
- name : Setup gcloud cli
40
- uses : google-github-actions/setup-gcloud@v0.6.0
40
+ uses : google-github-actions/setup-gcloud@v2.1.1
41
41
with :
42
- version : ' 391 .0.0'
42
+ version : ' 496 .0.0'
43
43
44
44
- name : Configure docker to use the gcloud as a credential helper
45
45
run : |
@@ -98,10 +98,10 @@ jobs:
98
98
needs :
99
99
- gcloud-setup-and-build-and-publish-to-GCR
100
100
# - gke-provisioner
101
- runs-on : ubuntu-20 .04
101
+ runs-on : ubuntu-22 .04
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@v3
104
+ uses : actions/checkout@v4
105
105
106
106
- name : Replace placeholders with values in statefulset template
107
107
working-directory : ./k8s/
@@ -112,14 +112,14 @@ jobs:
112
112
cat statefulset.yaml
113
113
114
114
- name : Google Authentication
115
- uses : google-github-actions/auth@v0.8.0
115
+ uses : google-github-actions/auth@v2.1.6
116
116
with :
117
117
credentials_json : ${{ secrets.SERVICE_ACCOUNT_KEY }}
118
118
119
119
- name : Setup gcloud cli
120
- uses : google-github-actions/setup-gcloud@v0.6.0
120
+ uses : google-github-actions/setup-gcloud@v2.1.1
121
121
with :
122
- version : ' 391 .0.0'
122
+ version : ' 496 .0.0'
123
123
124
124
- name : Apply Kubernetes manifests
125
125
working-directory : ./k8s/
0 commit comments