@@ -2,36 +2,17 @@ name: Build and push "dev" images
2
2
3
3
on :
4
4
workflow_dispatch :
5
- push :
6
- branches : [main]
7
- paths :
8
- - ' containers/alpine/**'
9
- - ' containers/debian/**'
10
- - ' containers/cpp/**'
11
- - ' containers/dotnet/**'
12
- - ' containers/go/**'
13
- - ' containers/java/**'
14
- - ' containers/java-8/**'
15
- - ' containers/javascript-node/**'
16
- - ' containers/php/**'
17
- - ' containers/python-3/**'
18
- - ' containers/python-3-anaconda/**'
19
- - ' containers/python-3-miniconda/**'
20
- - ' containers/jekyll/**'
21
- - ' containers/ruby/**'
22
- - ' containers/rust/**'
23
- - ' containers/typescript-node/**'
24
- - ' containers/ubuntu/**'
25
- - ' repository-containers/images/**'
5
+ schedule :
6
+ - cron : ' 0 14 * * MON'
26
7
27
8
jobs :
28
9
build-and-push :
29
10
name : Build and push
30
11
if : " !contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
31
12
strategy :
32
13
matrix :
33
- page : [1, 2, 3, 4, 5, 6, 7, 8, 9]
34
- page-total : [9 ]
14
+ page : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
15
+ page-total : [10 ]
35
16
fail-fast : true
36
17
runs-on : ubuntu-latest
37
18
steps :
76
57
--registry ${{ secrets.REGISTRY }} \
77
58
--registry-path ${{ secrets.REGISTRY_BASE_PATH }} \
78
59
--stub-registry ${{ secrets.STUB_REGISTRY }} \
79
- --stub-registry-path ${{ secrets.STUB_REGISTRY_BASE_PATH }} \
80
- --skip codespaces-linux codespaces-linux-stretch
60
+ --stub-registry-path ${{ secrets.STUB_REGISTRY_BASE_PATH }}
81
61
82
62
package :
83
63
name : Package
0 commit comments