@@ -49,174 +49,35 @@ jobs:
49
49
50
50
# ## build steps below are generated ###
51
51
-
52
- name : Build and push headless-chrome latest
52
+ name : Build and push node-kafka-watch root
53
53
uses : docker/build-push-action@v5
54
54
env :
55
55
SOURCE_DATE_EPOCH : 0
56
56
with :
57
- context : headless-chrome
57
+ context : node-kafka-watch
58
58
tags : |
59
- ghcr.io/yolean/headless-chrome:latest
60
- ghcr.io/yolean/headless-chrome:${{ github.sha }}
61
- platforms : linux/amd64
62
- push : true
63
- cache-from : type=gha
64
- cache-to : type=gha,mode=max
65
- build-contexts : |
66
- yolean/docker-base=docker-image://ghcr.io/yolean/docker-base
67
- -
68
- name : Build and push git-http-readonly latest
69
- uses : docker/build-push-action@v5
70
- env :
71
- SOURCE_DATE_EPOCH : 0
72
- with :
73
- context : git-http-readonly
74
- tags : |
75
- ghcr.io/yolean/git-http-readonly:latest
76
- ghcr.io/yolean/git-http-readonly:${{ github.sha }}
77
- platforms : linux/amd64,linux/arm64/v8
78
- push : true
79
- cache-from : type=gha
80
- cache-to : type=gha,mode=max
81
- -
82
- name : Build and push runtime-quarkus latest
83
- uses : docker/build-push-action@v5
84
- env :
85
- SOURCE_DATE_EPOCH : 0
86
- with :
87
- context : runtime-quarkus
88
- tags : |
89
- ghcr.io/yolean/runtime-quarkus:latest
90
- ghcr.io/yolean/runtime-quarkus:${{ github.sha }}
91
- platforms : linux/amd64,linux/arm64/v8
92
- push : true
93
- cache-from : type=gha
94
- cache-to : type=gha,mode=max
95
- -
96
- name : Build and push java root
97
- uses : docker/build-push-action@v5
98
- env :
99
- SOURCE_DATE_EPOCH : 0
100
- with :
101
- context : java
102
- tags : |
103
- ghcr.io/yolean/java:root
104
- ghcr.io/yolean/java:${{ github.sha }}-root
105
- platforms : linux/amd64,linux/arm64/v8
106
- push : true
107
- cache-from : type=gha
108
- cache-to : type=gha,mode=max
109
- -
110
- name : Build and push java latest
111
- uses : docker/build-push-action@v5
112
- env :
113
- SOURCE_DATE_EPOCH : 0
114
- with :
115
- context : to-nonroot/java
116
- tags : |
117
- ghcr.io/yolean/java:latest
118
- ghcr.io/yolean/java:${{ github.sha }}
119
- platforms : linux/amd64,linux/arm64/v8
120
- push : true
121
- cache-from : type=gha
122
- cache-to : type=gha,mode=max
123
- build-contexts : |
124
- yolean/java:root=docker-image://ghcr.io/yolean/java:root
125
- -
126
- name : Build and push runtime-quarkus-ubuntu root
127
- uses : docker/build-push-action@v5
128
- env :
129
- SOURCE_DATE_EPOCH : 0
130
- with :
131
- context : runtime-quarkus-ubuntu
132
- tags : |
133
- ghcr.io/yolean/runtime-quarkus-ubuntu:root
134
- ghcr.io/yolean/runtime-quarkus-ubuntu:${{ github.sha }}-root
135
- platforms : linux/amd64,linux/arm64/v8
136
- push : true
137
- cache-from : type=gha
138
- cache-to : type=gha,mode=max
139
- build-contexts : |
140
- yolean/docker-base=docker-image://ghcr.io/yolean/docker-base
141
- -
142
- name : Build and push runtime-quarkus-ubuntu latest
143
- uses : docker/build-push-action@v5
144
- env :
145
- SOURCE_DATE_EPOCH : 0
146
- with :
147
- context : to-nonroot/runtime-quarkus-ubuntu
148
- tags : |
149
- ghcr.io/yolean/runtime-quarkus-ubuntu:latest
150
- ghcr.io/yolean/runtime-quarkus-ubuntu:${{ github.sha }}
151
- platforms : linux/amd64,linux/arm64/v8
152
- push : true
153
- cache-from : type=gha
154
- cache-to : type=gha,mode=max
155
- build-contexts : |
156
- yolean/runtime-quarkus-ubuntu:root=docker-image://ghcr.io/yolean/runtime-quarkus-ubuntu:root
157
- -
158
- name : Build and push runtime-quarkus-ubuntu-jre root
159
- uses : docker/build-push-action@v5
160
- env :
161
- SOURCE_DATE_EPOCH : 0
162
- with :
163
- context : runtime-quarkus-ubuntu-jre
164
- tags : |
165
- ghcr.io/yolean/runtime-quarkus-ubuntu-jre:root
166
- ghcr.io/yolean/runtime-quarkus-ubuntu-jre:${{ github.sha }}-root
167
- platforms : linux/amd64,linux/arm64/v8
168
- push : true
169
- cache-from : type=gha
170
- cache-to : type=gha,mode=max
171
- build-contexts : |
172
- yolean/java:root=docker-image://ghcr.io/yolean/java:root
173
- yolean/runtime-quarkus-ubuntu:root=docker-image://ghcr.io/yolean/runtime-quarkus-ubuntu:root
174
- -
175
- name : Build and push runtime-quarkus-ubuntu-jre latest
176
- uses : docker/build-push-action@v5
177
- env :
178
- SOURCE_DATE_EPOCH : 0
179
- with :
180
- context : to-nonroot/runtime-quarkus-ubuntu-jre
181
- tags : |
182
- ghcr.io/yolean/runtime-quarkus-ubuntu-jre:latest
183
- ghcr.io/yolean/runtime-quarkus-ubuntu-jre:${{ github.sha }}
184
- platforms : linux/amd64,linux/arm64/v8
185
- push : true
186
- cache-from : type=gha
187
- cache-to : type=gha,mode=max
188
- build-contexts : |
189
- yolean/runtime-quarkus-ubuntu-jre:root=docker-image://ghcr.io/yolean/runtime-quarkus-ubuntu-jre:root
190
- -
191
- name : Build and push runtime-quarkus-dev root
192
- uses : docker/build-push-action@v5
193
- env :
194
- SOURCE_DATE_EPOCH : 0
195
- with :
196
- context : runtime-quarkus-dev
197
- tags : |
198
- ghcr.io/yolean/runtime-quarkus-dev:root
199
- ghcr.io/yolean/runtime-quarkus-dev:${{ github.sha }}-root
59
+ ghcr.io/yolean/node-kafka-watch:root
60
+ ghcr.io/yolean/node-kafka-watch:${{ github.sha }}-root
200
61
platforms : linux/amd64,linux/arm64/v8
201
62
push : true
202
63
cache-from : type=gha
203
64
cache-to : type=gha,mode=max
204
65
build-contexts : |
205
- yolean/builder-quarkus =docker-image://ghcr.io/yolean/builder-quarkus
206
- yolean/runtime-quarkus-ubuntu :root=docker-image://ghcr.io/yolean/runtime-quarkus-ubuntu :root
66
+ yolean/node-watchexec:root =docker-image://ghcr.io/yolean/node-watchexec:root
67
+ yolean/node-kafka :root=docker-image://ghcr.io/yolean/node-kafka :root
207
68
-
208
- name : Build and push runtime-quarkus-dev latest
69
+ name : Build and push node-kafka-watch latest
209
70
uses : docker/build-push-action@v5
210
71
env :
211
72
SOURCE_DATE_EPOCH : 0
212
73
with :
213
- context : to-nonroot/runtime-quarkus-dev
74
+ context : to-nonroot/node-kafka-watch
214
75
tags : |
215
- ghcr.io/yolean/runtime-quarkus-dev :latest
216
- ghcr.io/yolean/runtime-quarkus-dev :${{ github.sha }}
76
+ ghcr.io/yolean/node-kafka-watch :latest
77
+ ghcr.io/yolean/node-kafka-watch :${{ github.sha }}
217
78
platforms : linux/amd64,linux/arm64/v8
218
79
push : true
219
80
cache-from : type=gha
220
81
cache-to : type=gha,mode=max
221
82
build-contexts : |
222
- yolean/runtime-quarkus-dev :root=docker-image://ghcr.io/yolean/runtime-quarkus-dev :root
83
+ yolean/node-kafka-watch :root=docker-image://ghcr.io/yolean/node-kafka-watch :root
0 commit comments