@@ -49,36 +49,36 @@ jobs:
4949
5050 - name : Configure AWS credentials
5151 if : ${{ github.event_name != 'pull_request' }}
52- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
52+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
5353 with :
5454 aws-region : ${{ secrets.AWS_REGION }}
5555 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
5656 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5757
5858 - name : Login to Amazon ECR Public Gallery
5959 if : ${{ github.event_name != 'pull_request' }}
60- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
60+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
6161 with :
6262 registry : public.ecr.aws
6363
6464 - name : Login to Docker Hub
6565 if : ${{ github.event_name != 'pull_request' }}
66- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
66+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
6767 with :
6868 username : ${{ secrets.DOCKERHUB_USERNAME }}
6969 password : ${{ secrets.DOCKERHUB_TOKEN }}
7070
7171 - name : Login to GitHub Container Registry
7272 if : ${{ github.event_name != 'pull_request' }}
73- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
73+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
7474 with :
7575 registry : ghcr.io
7676 username : ${{ github.actor }}
7777 password : ${{ secrets.GITHUB_TOKEN }}
7878
7979 - name : Login to Quay
8080 if : ${{ github.event_name != 'pull_request' }}
81- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
81+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
8282 with :
8383 registry : quay.io
8484 username : ${{ secrets.QUAY_USERNAME }}
@@ -111,7 +111,7 @@ jobs:
111111 id : build
112112 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
113113 with :
114- platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le , linux/ppc64le , linux/s390x
114+ platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le , linux/riscv64 , linux/s390x
115115 # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
116116 context : " {{ defaultContext }}:mainline/debian"
117117 labels : ${{ steps.meta.outputs.labels }}
@@ -168,36 +168,36 @@ jobs:
168168
169169 - name : Configure AWS credentials
170170 if : ${{ github.event_name != 'pull_request' }}
171- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
171+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
172172 with :
173173 aws-region : ${{ secrets.AWS_REGION }}
174174 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
175175 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
176176
177177 - name : Login to Amazon ECR Public Gallery
178178 if : ${{ github.event_name != 'pull_request' }}
179- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
179+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
180180 with :
181181 registry : public.ecr.aws
182182
183183 - name : Login to Docker Hub
184184 if : ${{ github.event_name != 'pull_request' }}
185- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
185+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
186186 with :
187187 username : ${{ secrets.DOCKERHUB_USERNAME }}
188188 password : ${{ secrets.DOCKERHUB_TOKEN }}
189189
190190 - name : Login to GitHub Container Registry
191191 if : ${{ github.event_name != 'pull_request' }}
192- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
192+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
193193 with :
194194 registry : ghcr.io
195195 username : ${{ github.actor }}
196196 password : ${{ secrets.GITHUB_TOKEN }}
197197
198198 - name : Login to Quay
199199 if : ${{ github.event_name != 'pull_request' }}
200- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
200+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
201201 with :
202202 registry : quay.io
203203 username : ${{ secrets.QUAY_USERNAME }}
@@ -230,7 +230,7 @@ jobs:
230230 id : build
231231 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
232232 with :
233- platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/mips64le , linux/ppc64le , linux/s390x
233+ platforms : linux/amd64, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le , linux/riscv64 , linux/s390x
234234 # platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
235235 context : " {{ defaultContext }}:mainline/debian-perl"
236236 labels : ${{ steps.meta.outputs.labels }}
@@ -287,36 +287,36 @@ jobs:
287287
288288 - name : Configure AWS credentials
289289 if : ${{ github.event_name != 'pull_request' }}
290- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
290+ uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
291291 with :
292292 aws-region : ${{ secrets.AWS_REGION }}
293293 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
294294 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
295295
296296 - name : Login to Amazon ECR Public Gallery
297297 if : ${{ github.event_name != 'pull_request' }}
298- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
298+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
299299 with :
300300 registry : public.ecr.aws
301301
302302 - name : Login to Docker Hub
303303 if : ${{ github.event_name != 'pull_request' }}
304- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
304+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
305305 with :
306306 username : ${{ secrets.DOCKERHUB_USERNAME }}
307307 password : ${{ secrets.DOCKERHUB_TOKEN }}
308308
309309 - name : Login to GitHub Container Registry
310310 if : ${{ github.event_name != 'pull_request' }}
311- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
311+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
312312 with :
313313 registry : ghcr.io
314314 username : ${{ github.actor }}
315315 password : ${{ secrets.GITHUB_TOKEN }}
316316
317317 - name : Login to Quay
318318 if : ${{ github.event_name != 'pull_request' }}
319- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
319+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
320320 with :
321321 registry : quay.io
322322 username : ${{ secrets.QUAY_USERNAME }}
0 commit comments