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 16
16
jobs :
17
17
build_and_publish_ui_qa_image :
18
18
name : Push QA UI container image to GHCR and QUAY
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-22.04
20
20
environment : registry-creds
21
21
permissions :
22
22
packages : write
@@ -190,7 +190,7 @@ jobs:
190
190
191
191
build_and_publish_ps_qa_image :
192
192
name : Push QA pathservice container image to GHCR and QUAY
193
- runs-on : ubuntu-latest
193
+ runs-on : ubuntu-22.04
194
194
environment : registry-creds
195
195
permissions :
196
196
packages : write
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
build_and_publish_ui_prod_image :
16
16
name : Push UI container image to GHCR and QUAY
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-22.04
18
18
environment : registry-creds
19
19
permissions :
20
20
packages : write
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
build_and_publish_ps_prod_image :
136
136
name : Push pathservice container image to GHCR and QUAY
137
- runs-on : ubuntu-latest
137
+ runs-on : ubuntu-22.04
138
138
environment : registry-creds
139
139
permissions :
140
140
packages : write
You can’t perform that action at this time.
0 commit comments