Skip to content

Commit 8844efc

Browse files
committed
[ci] Explicit specify docker image version
1 parent 5f85979 commit 8844efc

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/workflows/compile-all.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.label.name == 'ci:hal'
1010
runs-on: ubuntu-20.04
1111
container:
12-
image: ghcr.io/modm-ext/modm-build-avr:latest
12+
image: ghcr.io/modm-ext/modm-build-avr:2022-01-03
1313
steps:
1414
- name: Check out repository
1515
uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event.label.name == 'ci:hal'
3131
runs-on: ubuntu-20.04
3232
container:
33-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
33+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
3434
steps:
3535
- name: Check out repository
3636
uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151
if: github.event.label.name == 'ci:hal'
5252
runs-on: ubuntu-20.04
5353
container:
54-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
54+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
5555
steps:
5656
- name: Check out repository
5757
uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
if: github.event.label.name == 'ci:hal'
7373
runs-on: ubuntu-20.04
7474
container:
75-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
75+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
7676
steps:
7777
- name: Check out repository
7878
uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
9393
if: github.event.label.name == 'ci:hal'
9494
runs-on: ubuntu-20.04
9595
container:
96-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
96+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
9797
steps:
9898
- name: Check out repository
9999
uses: actions/checkout@v2
@@ -114,7 +114,7 @@ jobs:
114114
if: github.event.label.name == 'ci:hal'
115115
runs-on: ubuntu-20.04
116116
container:
117-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
117+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
118118
steps:
119119
- name: Check out repository
120120
uses: actions/checkout@v2
@@ -135,7 +135,7 @@ jobs:
135135
if: github.event.label.name == 'ci:hal'
136136
runs-on: ubuntu-20.04
137137
container:
138-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
138+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
139139
steps:
140140
- name: Check out repository
141141
uses: actions/checkout@v2
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event.label.name == 'ci:hal'
157157
runs-on: ubuntu-20.04
158158
container:
159-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
159+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
160160
steps:
161161
- name: Check out repository
162162
uses: actions/checkout@v2
@@ -177,7 +177,7 @@ jobs:
177177
if: github.event.label.name == 'ci:hal'
178178
runs-on: ubuntu-20.04
179179
container:
180-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
180+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
181181
steps:
182182
- name: Check out repository
183183
uses: actions/checkout@v2
@@ -198,7 +198,7 @@ jobs:
198198
if: github.event.label.name == 'ci:hal'
199199
runs-on: ubuntu-20.04
200200
container:
201-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
201+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
202202
steps:
203203
- name: Check out repository
204204
uses: actions/checkout@v2
@@ -219,7 +219,7 @@ jobs:
219219
if: github.event.label.name == 'ci:hal'
220220
runs-on: ubuntu-20.04
221221
container:
222-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
222+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
223223
steps:
224224
- name: Check out repository
225225
uses: actions/checkout@v2
@@ -240,7 +240,7 @@ jobs:
240240
if: github.event.label.name == 'ci:hal'
241241
runs-on: ubuntu-20.04
242242
container:
243-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
243+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
244244
steps:
245245
- name: Check out repository
246246
uses: actions/checkout@v2
@@ -261,7 +261,7 @@ jobs:
261261
if: github.event.label.name == 'ci:hal'
262262
runs-on: ubuntu-20.04
263263
container:
264-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
264+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
265265
steps:
266266
- name: Check out repository
267267
uses: actions/checkout@v2
@@ -283,7 +283,7 @@ jobs:
283283
if: github.event.label.name == 'ci:hal'
284284
runs-on: ubuntu-20.04
285285
container:
286-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
286+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
287287
steps:
288288
- name: Check out repository
289289
uses: actions/checkout@v2
@@ -304,7 +304,7 @@ jobs:
304304
if: github.event.label.name == 'ci:hal'
305305
runs-on: ubuntu-20.04
306306
container:
307-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
307+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
308308
steps:
309309
- name: Check out repository
310310
uses: actions/checkout@v2
@@ -325,7 +325,7 @@ jobs:
325325
if: github.event.label.name == 'ci:hal'
326326
runs-on: ubuntu-20.04
327327
container:
328-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
328+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
329329
steps:
330330
- name: Check out repository
331331
uses: actions/checkout@v2
@@ -346,7 +346,7 @@ jobs:
346346
if: github.event.label.name == 'ci:hal'
347347
runs-on: ubuntu-20.04
348348
container:
349-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
349+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
350350
steps:
351351
- name: Check out repository
352352
uses: actions/checkout@v2
@@ -367,7 +367,7 @@ jobs:
367367
if: github.event.label.name == 'ci:hal'
368368
runs-on: ubuntu-20.04
369369
container:
370-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
370+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
371371
steps:
372372
- name: Check out repository
373373
uses: actions/checkout@v2
@@ -388,7 +388,7 @@ jobs:
388388
if: github.event.label.name == 'ci:hal'
389389
runs-on: ubuntu-20.04
390390
container:
391-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
391+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
392392
steps:
393393
- name: Check out repository
394394
uses: actions/checkout@v2
@@ -409,7 +409,7 @@ jobs:
409409
if: github.event.label.name == 'ci:hal'
410410
runs-on: ubuntu-20.04
411411
container:
412-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
412+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
413413
steps:
414414
- name: Check out repository
415415
uses: actions/checkout@v2
@@ -430,7 +430,7 @@ jobs:
430430
if: github.event.label.name == 'ci:hal'
431431
runs-on: ubuntu-20.04
432432
container:
433-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
433+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
434434
steps:
435435
- name: Check out repository
436436
uses: actions/checkout@v2
@@ -451,7 +451,7 @@ jobs:
451451
if: github.event.label.name == 'ci:hal'
452452
runs-on: ubuntu-20.04
453453
container:
454-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
454+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
455455
steps:
456456
- name: Check out repository
457457
uses: actions/checkout@v2

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-upload-docs:
1111
runs-on: ubuntu-20.04
1212
container:
13-
image: ghcr.io/modm-ext/modm-build-base:latest
13+
image: ghcr.io/modm-ext/modm-build-base:2022-01-03
1414
steps:
1515
- name: Check out repository
1616
uses: actions/checkout@v2
@@ -41,7 +41,7 @@ jobs:
4141
api-docs-all:
4242
runs-on: ubuntu-20.04
4343
container:
44-
image: ghcr.io/modm-ext/modm-build-base:latest
44+
image: ghcr.io/modm-ext/modm-build-base:2022-01-03
4545
steps:
4646
- name: Check out repository
4747
uses: actions/checkout@v2

.github/workflows/linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
unittests-linux-generic:
77
runs-on: ubuntu-20.04
88
container:
9-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
9+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
1010

1111
steps:
1212
- name: Check out repository
@@ -89,7 +89,7 @@ jobs:
8989
stm32-examples:
9090
runs-on: ubuntu-20.04
9191
container:
92-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
92+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
9393
steps:
9494
- name: Check out repository
9595
uses: actions/checkout@v2
@@ -140,7 +140,7 @@ jobs:
140140
stm32f4-examples-1:
141141
runs-on: ubuntu-20.04
142142
container:
143-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
143+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
144144
steps:
145145
- name: Check out repository
146146
uses: actions/checkout@v2
@@ -155,7 +155,7 @@ jobs:
155155
stm32f4-examples-2:
156156
runs-on: ubuntu-20.04
157157
container:
158-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
158+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
159159
steps:
160160
- name: Check out repository
161161
uses: actions/checkout@v2
@@ -211,7 +211,7 @@ jobs:
211211
hal-compile-quick-1:
212212
runs-on: ubuntu-20.04
213213
container:
214-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
214+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
215215
steps:
216216
- name: Check out repository
217217
uses: actions/checkout@v2
@@ -231,7 +231,7 @@ jobs:
231231
hal-compile-quick-2:
232232
runs-on: ubuntu-20.04
233233
container:
234-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
234+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
235235
steps:
236236
- name: Check out repository
237237
uses: actions/checkout@v2
@@ -251,7 +251,7 @@ jobs:
251251
hal-compile-quick-3:
252252
runs-on: ubuntu-20.04
253253
container:
254-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
254+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
255255
steps:
256256
- name: Check out repository
257257
uses: actions/checkout@v2
@@ -271,7 +271,7 @@ jobs:
271271
hal-compile-quick-4:
272272
runs-on: ubuntu-20.04
273273
container:
274-
image: ghcr.io/modm-ext/modm-build-cortex-m:latest
274+
image: ghcr.io/modm-ext/modm-build-cortex-m:2022-01-03
275275
steps:
276276
- name: Check out repository
277277
uses: actions/checkout@v2
@@ -291,7 +291,7 @@ jobs:
291291
build-docs-test:
292292
runs-on: ubuntu-20.04
293293
container:
294-
image: ghcr.io/modm-ext/modm-build-base:latest
294+
image: ghcr.io/modm-ext/modm-build-base:2022-01-03
295295
steps:
296296
- name: Check out repository
297297
uses: actions/checkout@v2

0 commit comments

Comments
 (0)