We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-22.04
1 parent 8890d0b commit 61961a6Copy full SHA for 61961a6
.github/workflows/nightly.yml
@@ -20,7 +20,7 @@ env:
20
jobs:
21
set-up-matrix:
22
name: Set up matrix
23
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
24
outputs:
25
date: ${{ steps.fetch-date.outputs.date }}
26
images: ${{ steps.fetch-matrix.outputs.images }}
@@ -55,7 +55,7 @@ jobs:
55
56
build:
57
needs: set-up-matrix
58
59
strategy:
60
fail-fast: false
61
matrix:
@@ -136,7 +136,7 @@ jobs:
136
retention-days: 1
137
138
merge:
139
140
needs:
141
- build
142
- set-up-matrix
@@ -183,7 +183,7 @@ jobs:
183
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
184
185
release:
186
187
188
189
0 commit comments