8
8
communes :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : Build and publish to dockerhub
12
- uses : IMIO/buildout.pm/actions/dockerhub @master
11
+ - name : Build and publish communes image to harbor
12
+ uses : IMIO/buildout.pm/actions/harbor @master
13
13
with :
14
14
tags : |
15
15
"imiobe/iadelib:${{ github.ref_name }}"
20
20
bep :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - name : Build and publish to dockerhub
24
- uses : IMIO/buildout.pm/actions/dockerhub @master
23
+ - name : Build and publish bep image to harbor
24
+ uses : IMIO/buildout.pm/actions/harbor @master
25
25
with :
26
26
profile : bep
27
27
tags : |
31
31
charleroi :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - name : Build and publish to dockerhub
35
- uses : IMIO/buildout.pm/actions/dockerhub @master
34
+ - name : Build and publish charleroi image to harbor
35
+ uses : IMIO/buildout.pm/actions/harbor @master
36
36
with :
37
37
profile : charleroi
38
38
tags : |
42
42
hainaut-prov :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - name : Build and publish to dockerhub
46
- uses : IMIO/buildout.pm/actions/dockerhub @master
45
+ - name : Build and publish hainaut-prov image to harbor
46
+ uses : IMIO/buildout.pm/actions/harbor @master
47
47
with :
48
48
profile : hainaut-prov
49
49
tags : |
53
53
lalouviere :
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - name : Build and publish to dockerhub
57
- uses : IMIO/buildout.pm/actions/dockerhub @master
56
+ - name : Build and publish lalouviere image to harbor
57
+ uses : IMIO/buildout.pm/actions/harbor @master
58
58
with :
59
59
profile : lalouviere
60
60
tags : |
64
64
lalouviere-cpas :
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - name : Build and publish to dockerhub
68
- uses : IMIO/buildout.pm/actions/dockerhub @master
67
+ - name : Build and publish lalouviere-cpas image to harbor
68
+ uses : IMIO/buildout.pm/actions/harbor @master
69
69
with :
70
70
profile : lalouviere-cpas
71
71
tags : |
75
75
liege :
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - name : Build and publish to dockerhub
79
- uses : IMIO/buildout.pm/actions/dockerhub @master
78
+ - name : Build and publish liege image to harbor
79
+ uses : IMIO/buildout.pm/actions/harbor @master
80
80
with :
81
81
profile : liege
82
82
tags : |
86
86
mons :
87
87
runs-on : ubuntu-latest
88
88
steps :
89
- - name : Build and publish to dockerhub
90
- uses : IMIO/buildout.pm/actions/dockerhub @master
89
+ - name : Build and publish mons image to harbor
90
+ uses : IMIO/buildout.pm/actions/harbor @master
91
91
with :
92
92
profile : mons
93
93
tags : |
97
97
namur :
98
98
runs-on : ubuntu-latest
99
99
steps :
100
- - name : Build and publish to dockerhub
101
- uses : IMIO/buildout.pm/actions/dockerhub @master
100
+ - name : Build and publish namur image to harbor
101
+ uses : IMIO/buildout.pm/actions/harbor @master
102
102
with :
103
103
profile : namur
104
104
tags : |
@@ -108,8 +108,8 @@ jobs:
108
108
seraing :
109
109
runs-on : ubuntu-latest
110
110
steps :
111
- - name : Build and publish to dockerhub
112
- uses : IMIO/buildout.pm/actions/dockerhub @master
111
+ - name : Build and publish seraing image to harbor
112
+ uses : IMIO/buildout.pm/actions/harbor @master
113
113
with :
114
114
profile : seraing
115
115
tags : |
0 commit comments