33
33
run : |
34
34
git diff --exit-code
35
35
36
- build-2-6-12 :
36
+ build-2-6-14 :
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.12 -${{ github.sha }}
67
+ key : ${{ runner.os }}-buildx-2.6.14 -${{ github.sha }}
68
68
restore-keys : |
69
- ${{ runner.os }}-buildx-2.6.12 -
69
+ ${{ runner.os }}-buildx-2.6.14 -
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-12 -alpine-edge
82
+ id : prep-2-6-14 -alpine-3-22
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.12 -alpine-edge "
95
+ VARIANT="2.6.14 -alpine-3.22 "
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.12 -alpine-edge - Build (PRs)
105
+ - name : 2.6.14 -alpine-3.22 - 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.12 -alpine-edge
110
+ context : variants/2.6.14 -alpine-3.22
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-12 -alpine-edge .outputs.REF_VARIANT }}
115
- ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge .outputs.REF_SHA_VARIANT }}
114
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .outputs.REF_VARIANT }}
115
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .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.12 -alpine-edge - Build and push (master)
119
+ - name : 2.6.14 -alpine-3.22 - 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.12 -alpine-edge
124
+ context : variants/2.6.14 -alpine-3.22
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-12 -alpine-edge .outputs.REF_VARIANT }}
129
- ${{ github.repository }}:${{ steps.prep-2-6-12 -alpine-edge .outputs.REF_SHA_VARIANT }}
128
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .outputs.REF_VARIANT }}
129
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .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.12 -alpine-edge - Build and push (release)
133
+ - name : 2.6.14 -alpine-3.22 - 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.12 -alpine-edge
137
+ context : variants/2.6.14 -alpine-3.22
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-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 }}
141
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .outputs.VARIANT }}
142
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .outputs.REF_VARIANT }}
143
+ ${{ github.repository }}:${{ steps.prep-2-6-14 -alpine-3-22 .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
@@ -1323,7 +1323,7 @@ jobs:
1323
1323
1324
1324
update-draft-release :
1325
1325
needs :
1326
- - build-2-6-12
1326
+ - build-2-6-14
1327
1327
- build-2-6-11
1328
1328
- build-2-5-10
1329
1329
- build-2-4-12
@@ -1344,7 +1344,7 @@ jobs:
1344
1344
1345
1345
publish-draft-release :
1346
1346
needs :
1347
- - build-2-6-12
1347
+ - build-2-6-14
1348
1348
- build-2-6-11
1349
1349
- build-2-5-10
1350
1350
- build-2-4-12
@@ -1367,7 +1367,7 @@ jobs:
1367
1367
1368
1368
update-dockerhub-description :
1369
1369
needs :
1370
- - build-2-6-12
1370
+ - build-2-6-14
1371
1371
- build-2-6-11
1372
1372
- build-2-5-10
1373
1373
- build-2-4-12
0 commit comments