33
33
run : |
34
34
git diff --exit-code
35
35
36
- build-2-6-10 :
36
+ build-2-6-12 :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout
64
64
uses : actions/cache@v4
65
65
with :
66
66
path : /tmp/.buildx-cache
67
- key : ${{ runner.os }}-buildx-2.6.10 -${{ github.sha }}
67
+ key : ${{ runner.os }}-buildx-2.6.12 -${{ github.sha }}
68
68
restore-keys : |
69
- ${{ runner.os }}-buildx-2.6.10 -
69
+ ${{ runner.os }}-buildx-2.6.12 -
70
70
${{ runner.os }}-buildx-
71
71
72
72
- name : Login to Docker Hub registry
79
79
80
80
# This step generates the docker tags
81
81
- name : Prepare
82
- id : prep-2-6-10 -alpine-edge
82
+ id : prep-2-6-12 -alpine-edge
83
83
run : |
84
84
set -e
85
85
92
92
# Generate docker image tags
93
93
# E.g. 'v0.0.0-<variant>' and 'v0.0.0-abc0123-<variant>'
94
94
# E.g. 'master-<variant>' and 'master-abc0123-<variant>'
95
- VARIANT="2.6.10 -alpine-edge"
95
+ VARIANT="2.6.12 -alpine-edge"
96
96
REF_VARIANT="${REF}-${VARIANT}"
97
97
REF_SHA_VARIANT="${REF}-${SHA}-${VARIANT}"
98
98
@@ -102,45 +102,45 @@ jobs:
102
102
echo "REF_VARIANT=$REF_VARIANT" >> $GITHUB_OUTPUT
103
103
echo "REF_SHA_VARIANT=$REF_SHA_VARIANT" >> $GITHUB_OUTPUT
104
104
105
- - name : 2.6.10 -alpine-edge - Build (PRs)
105
+ - name : 2.6.12 -alpine-edge - Build (PRs)
106
106
# Run only on pull requests
107
107
if : github.event_name == 'pull_request'
108
108
uses : docker/build-push-action@v5
109
109
with :
110
- context : variants/2.6.10 -alpine-edge
110
+ context : variants/2.6.12 -alpine-edge
111
111
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
112
112
push : false
113
113
tags : |
114
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_VARIANT }}
115
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_SHA_VARIANT }}
114
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_VARIANT }}
115
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_SHA_VARIANT }}
116
116
cache-from : type=local,src=/tmp/.buildx-cache
117
117
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
118
118
119
- - name : 2.6.10 -alpine-edge - Build and push (master)
119
+ - name : 2.6.12 -alpine-edge - Build and push (master)
120
120
# Run only on master
121
121
if : github.ref == 'refs/heads/master'
122
122
uses : docker/build-push-action@v5
123
123
with :
124
- context : variants/2.6.10 -alpine-edge
124
+ context : variants/2.6.12 -alpine-edge
125
125
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
126
126
push : true
127
127
tags : |
128
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_VARIANT }}
129
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_SHA_VARIANT }}
128
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_VARIANT }}
129
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_SHA_VARIANT }}
130
130
cache-from : type=local,src=/tmp/.buildx-cache
131
131
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
132
132
133
- - name : 2.6.10 -alpine-edge - Build and push (release)
133
+ - name : 2.6.12 -alpine-edge - Build and push (release)
134
134
if : startsWith(github.ref, 'refs/tags/')
135
135
uses : docker/build-push-action@v5
136
136
with :
137
- context : variants/2.6.10 -alpine-edge
137
+ context : variants/2.6.12 -alpine-edge
138
138
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
139
139
push : true
140
140
tags : |
141
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.VARIANT }}
142
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_VARIANT }}
143
- ${{ github.repository }}:${{ steps.prep-2-6-10 -alpine-edge.outputs.REF_SHA_VARIANT }}
141
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.VARIANT }}
142
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_VARIANT }}
143
+ ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge.outputs.REF_SHA_VARIANT }}
144
144
${{ github.repository }}:latest
145
145
cache-from : type=local,src=/tmp/.buildx-cache
146
146
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
@@ -153,7 +153,7 @@ jobs:
153
153
rm -rf /tmp/.buildx-cache
154
154
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
155
155
156
- build-2-6-8 :
156
+ build-2-6-11 :
157
157
runs-on : ubuntu-latest
158
158
steps :
159
159
- name : Checkout
@@ -184,9 +184,9 @@ jobs:
184
184
uses : actions/cache@v4
185
185
with :
186
186
path : /tmp/.buildx-cache
187
- key : ${{ runner.os }}-buildx-2.6.8 -${{ github.sha }}
187
+ key : ${{ runner.os }}-buildx-2.6.11 -${{ github.sha }}
188
188
restore-keys : |
189
- ${{ runner.os }}-buildx-2.6.8 -
189
+ ${{ runner.os }}-buildx-2.6.11 -
190
190
${{ runner.os }}-buildx-
191
191
192
192
- name : Login to Docker Hub registry
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
# This step generates the docker tags
201
201
- name : Prepare
202
- id : prep-2-6-8 -alpine-3-18
202
+ id : prep-2-6-11 -alpine-3-18
203
203
run : |
204
204
set -e
205
205
@@ -212,7 +212,7 @@ jobs:
212
212
# Generate docker image tags
213
213
# E.g. 'v0.0.0-<variant>' and 'v0.0.0-abc0123-<variant>'
214
214
# E.g. 'master-<variant>' and 'master-abc0123-<variant>'
215
- VARIANT="2.6.8 -alpine-3.18"
215
+ VARIANT="2.6.11 -alpine-3.18"
216
216
REF_VARIANT="${REF}-${VARIANT}"
217
217
REF_SHA_VARIANT="${REF}-${SHA}-${VARIANT}"
218
218
@@ -222,45 +222,45 @@ jobs:
222
222
echo "REF_VARIANT=$REF_VARIANT" >> $GITHUB_OUTPUT
223
223
echo "REF_SHA_VARIANT=$REF_SHA_VARIANT" >> $GITHUB_OUTPUT
224
224
225
- - name : 2.6.8 -alpine-3.18 - Build (PRs)
225
+ - name : 2.6.11 -alpine-3.18 - Build (PRs)
226
226
# Run only on pull requests
227
227
if : github.event_name == 'pull_request'
228
228
uses : docker/build-push-action@v5
229
229
with :
230
- context : variants/2.6.8 -alpine-3.18
230
+ context : variants/2.6.11 -alpine-3.18
231
231
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
232
232
push : false
233
233
tags : |
234
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_VARIANT }}
235
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_SHA_VARIANT }}
234
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_VARIANT }}
235
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_SHA_VARIANT }}
236
236
cache-from : type=local,src=/tmp/.buildx-cache
237
237
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
238
238
239
- - name : 2.6.8 -alpine-3.18 - Build and push (master)
239
+ - name : 2.6.11 -alpine-3.18 - Build and push (master)
240
240
# Run only on master
241
241
if : github.ref == 'refs/heads/master'
242
242
uses : docker/build-push-action@v5
243
243
with :
244
- context : variants/2.6.8 -alpine-3.18
244
+ context : variants/2.6.11 -alpine-3.18
245
245
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
246
246
push : true
247
247
tags : |
248
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_VARIANT }}
249
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_SHA_VARIANT }}
248
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_VARIANT }}
249
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_SHA_VARIANT }}
250
250
cache-from : type=local,src=/tmp/.buildx-cache
251
251
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
252
252
253
- - name : 2.6.8 -alpine-3.18 - Build and push (release)
253
+ - name : 2.6.11 -alpine-3.18 - Build and push (release)
254
254
if : startsWith(github.ref, 'refs/tags/')
255
255
uses : docker/build-push-action@v5
256
256
with :
257
- context : variants/2.6.8 -alpine-3.18
257
+ context : variants/2.6.11 -alpine-3.18
258
258
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
259
259
push : true
260
260
tags : |
261
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.VARIANT }}
262
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_VARIANT }}
263
- ${{ github.repository }}:${{ steps.prep-2-6-8 -alpine-3-18.outputs.REF_SHA_VARIANT }}
261
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.VARIANT }}
262
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_VARIANT }}
263
+ ${{ github.repository }}:${{ steps.prep-2-6-11 -alpine-3-18.outputs.REF_SHA_VARIANT }}
264
264
cache-from : type=local,src=/tmp/.buildx-cache
265
265
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
266
266
@@ -272,7 +272,7 @@ jobs:
272
272
rm -rf /tmp/.buildx-cache
273
273
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
274
274
275
- build-2-5-8 :
275
+ build-2-5-10 :
276
276
runs-on : ubuntu-latest
277
277
steps :
278
278
- name : Checkout
@@ -303,9 +303,9 @@ jobs:
303
303
uses : actions/cache@v4
304
304
with :
305
305
path : /tmp/.buildx-cache
306
- key : ${{ runner.os }}-buildx-2.5.8 -${{ github.sha }}
306
+ key : ${{ runner.os }}-buildx-2.5.10 -${{ github.sha }}
307
307
restore-keys : |
308
- ${{ runner.os }}-buildx-2.5.8 -
308
+ ${{ runner.os }}-buildx-2.5.10 -
309
309
${{ runner.os }}-buildx-
310
310
311
311
- name : Login to Docker Hub registry
@@ -318,7 +318,7 @@ jobs:
318
318
319
319
# This step generates the docker tags
320
320
- name : Prepare
321
- id : prep-2-5-8 -alpine-3-17
321
+ id : prep-2-5-10 -alpine-3-17
322
322
run : |
323
323
set -e
324
324
@@ -331,7 +331,7 @@ jobs:
331
331
# Generate docker image tags
332
332
# E.g. 'v0.0.0-<variant>' and 'v0.0.0-abc0123-<variant>'
333
333
# E.g. 'master-<variant>' and 'master-abc0123-<variant>'
334
- VARIANT="2.5.8 -alpine-3.17"
334
+ VARIANT="2.5.10 -alpine-3.17"
335
335
REF_VARIANT="${REF}-${VARIANT}"
336
336
REF_SHA_VARIANT="${REF}-${SHA}-${VARIANT}"
337
337
@@ -341,45 +341,45 @@ jobs:
341
341
echo "REF_VARIANT=$REF_VARIANT" >> $GITHUB_OUTPUT
342
342
echo "REF_SHA_VARIANT=$REF_SHA_VARIANT" >> $GITHUB_OUTPUT
343
343
344
- - name : 2.5.8 -alpine-3.17 - Build (PRs)
344
+ - name : 2.5.10 -alpine-3.17 - Build (PRs)
345
345
# Run only on pull requests
346
346
if : github.event_name == 'pull_request'
347
347
uses : docker/build-push-action@v5
348
348
with :
349
- context : variants/2.5.8 -alpine-3.17
349
+ context : variants/2.5.10 -alpine-3.17
350
350
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
351
351
push : false
352
352
tags : |
353
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_VARIANT }}
354
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_SHA_VARIANT }}
353
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_VARIANT }}
354
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_SHA_VARIANT }}
355
355
cache-from : type=local,src=/tmp/.buildx-cache
356
356
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
357
357
358
- - name : 2.5.8 -alpine-3.17 - Build and push (master)
358
+ - name : 2.5.10 -alpine-3.17 - Build and push (master)
359
359
# Run only on master
360
360
if : github.ref == 'refs/heads/master'
361
361
uses : docker/build-push-action@v5
362
362
with :
363
- context : variants/2.5.8 -alpine-3.17
363
+ context : variants/2.5.10 -alpine-3.17
364
364
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
365
365
push : true
366
366
tags : |
367
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_VARIANT }}
368
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_SHA_VARIANT }}
367
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_VARIANT }}
368
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_SHA_VARIANT }}
369
369
cache-from : type=local,src=/tmp/.buildx-cache
370
370
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
371
371
372
- - name : 2.5.8 -alpine-3.17 - Build and push (release)
372
+ - name : 2.5.10 -alpine-3.17 - Build and push (release)
373
373
if : startsWith(github.ref, 'refs/tags/')
374
374
uses : docker/build-push-action@v5
375
375
with :
376
- context : variants/2.5.8 -alpine-3.17
376
+ context : variants/2.5.10 -alpine-3.17
377
377
platforms : linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
378
378
push : true
379
379
tags : |
380
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.VARIANT }}
381
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_VARIANT }}
382
- ${{ github.repository }}:${{ steps.prep-2-5-8 -alpine-3-17.outputs.REF_SHA_VARIANT }}
380
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.VARIANT }}
381
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_VARIANT }}
382
+ ${{ github.repository }}:${{ steps.prep-2-5-10 -alpine-3-17.outputs.REF_SHA_VARIANT }}
383
383
cache-from : type=local,src=/tmp/.buildx-cache
384
384
cache-to : type=local,dest=/tmp/.buildx-cache-new,mode=max
385
385
@@ -1323,9 +1323,9 @@ jobs:
1323
1323
1324
1324
update-draft-release :
1325
1325
needs :
1326
- - build-2-6-10
1327
- - build-2-6-8
1328
- - build-2-5-8
1326
+ - build-2-6-12
1327
+ - build-2-6-11
1328
+ - build-2-5-10
1329
1329
- build-2-4-12
1330
1330
- build-2-4-11
1331
1331
- build-2-4-6
@@ -1344,9 +1344,9 @@ jobs:
1344
1344
1345
1345
publish-draft-release :
1346
1346
needs :
1347
- - build-2-6-10
1348
- - build-2-6-8
1349
- - build-2-5-8
1347
+ - build-2-6-12
1348
+ - build-2-6-11
1349
+ - build-2-5-10
1350
1350
- build-2-4-12
1351
1351
- build-2-4-11
1352
1352
- build-2-4-6
@@ -1367,9 +1367,9 @@ jobs:
1367
1367
1368
1368
update-dockerhub-description :
1369
1369
needs :
1370
- - build-2-6-10
1371
- - build-2-6-8
1372
- - build-2-5-8
1370
+ - build-2-6-12
1371
+ - build-2-6-11
1372
+ - build-2-5-10
1373
1373
- build-2-4-12
1374
1374
- build-2-4-11
1375
1375
- build-2-4-6
0 commit comments