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 13
13
jobs :
14
14
test :
15
15
name : Build and test images
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-22.04
17
17
if : ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
18
18
strategy :
19
19
matrix :
46
46
47
47
publish :
48
48
name : Build and publish multi-architecture images
49
- runs-on : ubuntu-latest
49
+ runs-on : ubuntu-22.04
50
50
needs : test
51
51
if : ${{ github.event_name != 'pull_request' && !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
52
52
strategy :
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
test :
15
15
name : Build and test images
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-22.04
17
17
if : ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
18
18
strategy :
19
19
matrix :
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
publish :
114
114
name : Build and publish multi-architecture images
115
- runs-on : ubuntu-latest
115
+ runs-on : ubuntu-22.04
116
116
needs : test
117
117
if : ${{ github.event_name != 'pull_request' && !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
118
118
strategy :
You can’t perform that action at this time.
0 commit comments