File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
bake :
30
- runs-on : ubuntu-latest
30
+ runs-on : ubuntu-22.04
31
31
if : ${{ github.actor != 'dependabot[bot]' }}
32
32
steps :
33
33
-
Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
bake :
30
- runs-on : ubuntu-latest
30
+ runs-on : ubuntu-22.04
31
31
if : ${{ github.actor != 'dependabot[bot]' }}
32
32
strategy :
33
33
matrix :
@@ -134,7 +134,7 @@ jobs:
134
134
echo "meta-${{ matrix.arch }}=${{ fromJSON(steps.docker_meta.outputs.json).tags[0] }}" >> $GITHUB_OUTPUT
135
135
136
136
manifest :
137
- runs-on : ubuntu-latest
137
+ runs-on : ubuntu-22.04
138
138
if : ${{ github.actor != 'dependabot[bot]' }}
139
139
needs : bake
140
140
strategy :
Original file line number Diff line number Diff line change 31
31
32
32
jobs :
33
33
check :
34
- runs-on : ubuntu-latest
34
+ runs-on : ubuntu-22.04
35
35
outputs :
36
36
image_release : ${{ steps.build_check.outputs.image_release }}
37
37
ls_version : ${{ steps.build_check.outputs.ls_version }}
@@ -172,7 +172,7 @@ jobs:
172
172
fi
173
173
174
174
release :
175
- runs-on : ubuntu-latest
175
+ runs-on : ubuntu-22.04
176
176
needs : check
177
177
if : ${{ needs.check.outputs.update_available == 'true' }}
178
178
steps :
Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
get-baseimage-version :
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-22.04
32
32
outputs :
33
33
modified : ${{ steps.git-check.outputs.modified }}
34
34
steps :
53
53
fi
54
54
55
55
release :
56
- runs-on : ubuntu-latest
56
+ runs-on : ubuntu-22.04
57
57
needs : get-baseimage-version
58
58
if : ${{ needs.get-baseimage-version.outputs.modified == 'true' }}
59
59
steps :
You can’t perform that action at this time.
0 commit comments