File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727
2828jobs :
2929 bake :
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-22.04
3131 if : ${{ github.actor != 'dependabot[bot]' }}
3232 steps :
3333 -
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 bake :
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-22.04
3131 if : ${{ github.actor != 'dependabot[bot]' }}
3232 strategy :
3333 matrix :
@@ -134,7 +134,7 @@ jobs:
134134 echo "meta-${{ matrix.arch }}=${{ fromJSON(steps.docker_meta.outputs.json).tags[0] }}" >> $GITHUB_OUTPUT
135135
136136 manifest :
137- runs-on : ubuntu-latest
137+ runs-on : ubuntu-22.04
138138 if : ${{ github.actor != 'dependabot[bot]' }}
139139 needs : bake
140140 strategy :
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 check :
34- runs-on : ubuntu-latest
34+ runs-on : ubuntu-22.04
3535 outputs :
3636 image_release : ${{ steps.build_check.outputs.image_release }}
3737 ls_version : ${{ steps.build_check.outputs.ls_version }}
@@ -172,7 +172,7 @@ jobs:
172172 fi
173173
174174 release :
175- runs-on : ubuntu-latest
175+ runs-on : ubuntu-22.04
176176 needs : check
177177 if : ${{ needs.check.outputs.update_available == 'true' }}
178178 steps :
Original file line number Diff line number Diff line change 2828
2929jobs :
3030 get-baseimage-version :
31- runs-on : ubuntu-latest
31+ runs-on : ubuntu-22.04
3232 outputs :
3333 modified : ${{ steps.git-check.outputs.modified }}
3434 steps :
5353 fi
5454
5555 release :
56- runs-on : ubuntu-latest
56+ runs-on : ubuntu-22.04
5757 needs : get-baseimage-version
5858 if : ${{ needs.get-baseimage-version.outputs.modified == 'true' }}
5959 steps :
You can’t perform that action at this time.
0 commit comments