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 1313jobs :
1414 test :
1515 name : Build and test images
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 if : ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
1818 strategy :
1919 matrix :
4646
4747 publish :
4848 name : Build and publish multi-architecture images
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-22.04
5050 needs : test
5151 if : ${{ github.event_name != 'pull_request' && !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
5252 strategy :
Original file line number Diff line number Diff line change 1313jobs :
1414 test :
1515 name : Build and test images
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 if : ${{ !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
1818 strategy :
1919 matrix :
@@ -112,7 +112,7 @@ jobs:
112112
113113 publish :
114114 name : Build and publish multi-architecture images
115- runs-on : ubuntu-latest
115+ runs-on : ubuntu-22.04
116116 needs : test
117117 if : ${{ github.event_name != 'pull_request' && !contains(github.event.commits[0].message, '[skip ci]') && !contains(github.event.commits[0].message, '[ci skip]') }}
118118 strategy :
You can’t perform that action at this time.
0 commit comments