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 24
24
jobs :
25
25
analyze :
26
26
name : Analyze
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-22.04
28
28
permissions :
29
29
actions : read
30
30
contents : read
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-fronted :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-22.04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@v4
34
34
35
35
build-and-push-web :
36
36
if : ${{ github.repository == 'karmada-io/dashboard' }}
37
- runs-on : ubuntu-latest
37
+ runs-on : ubuntu-22.04
38
38
needs : [ "build-fronted" ]
39
39
env :
40
40
IMAGE_NAME : karmada/karmada-dashboard-web
88
88
89
89
build-and-push-api :
90
90
if : ${{ github.repository == 'karmada-io/dashboard' }}
91
- runs-on : ubuntu-latest
91
+ runs-on : ubuntu-22.04
92
92
env :
93
93
IMAGE_NAME : karmada/karmada-dashboard-api
94
94
BINARY_NAME : karmada-dashboard-api
You can’t perform that action at this time.
0 commit comments