@@ -34,10 +34,10 @@ jobs:
34
34
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
35
36
36
- name : Set up Docker Buildx
37
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
37
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5 .0
38
38
39
39
- name : Build and export
40
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
40
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
41
41
with :
42
42
file : Dockerfile.oss
43
43
context : .
@@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105
105
106
106
- name : Set up Docker Buildx
107
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
107
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5 .0
108
108
with :
109
109
driver : docker
110
110
@@ -119,7 +119,7 @@ jobs:
119
119
docker load --input ${{ runner.temp }}/oss.tar
120
120
121
121
- name : Build and load oss image
122
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
122
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
123
123
with :
124
124
file : Dockerfile.latest-njs
125
125
context : .
@@ -189,7 +189,7 @@ jobs:
189
189
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
190
190
191
191
- name : Set up Docker Buildx
192
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
192
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5 .0
193
193
with :
194
194
driver : docker
195
195
@@ -204,7 +204,7 @@ jobs:
204
204
docker load --input ${{ runner.temp }}/oss.tar
205
205
206
206
- name : Build and load oss image
207
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
207
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
208
208
with :
209
209
file : Dockerfile.unprivileged
210
210
context : .
@@ -288,16 +288,16 @@ jobs:
288
288
run : echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
289
289
290
290
- name : Set up QEMU
291
- uses : docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1 .0
291
+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
292
292
293
293
- name : Set up Docker Buildx for local image build and push
294
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
294
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5 .0
295
295
with :
296
296
driver-opts : network=host
297
297
298
298
# Do an initial build of the base image and push to a local registry for downstream images because the `docker-container` driver can't find local images with `load`.
299
299
- name : Build and push image [oss] to local registry for downstream
300
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
300
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
301
301
with :
302
302
file : Dockerfile.oss
303
303
context : .
@@ -307,21 +307,21 @@ jobs:
307
307
tags : localhost:5000/nginx-oss-s3-gateway:oss
308
308
309
309
- name : Login to GitHub Container Registry
310
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
310
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
311
311
with :
312
312
registry : ghcr.io
313
313
username : ${{ github.repository_owner }}
314
314
password : ${{ secrets.GITHUB_TOKEN }}
315
315
316
316
- name : Login to Docker Hub
317
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
317
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
318
318
with :
319
319
username : ${{ secrets.DOCKER_HUB_USERNAME }}
320
320
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
321
321
322
322
# This second invocation of the build/push should just use the existing build cache.
323
323
- name : Build and push image [oss]
324
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
324
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
325
325
with :
326
326
file : Dockerfile.oss
327
327
context : .
@@ -335,7 +335,7 @@ jobs:
335
335
nginxinc/nginx-s3-gateway:latest
336
336
337
337
- name : Build and push image [latest-njs]
338
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
338
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
339
339
with :
340
340
file : Dockerfile.latest-njs
341
341
context : .
@@ -351,7 +351,7 @@ jobs:
351
351
nginxinc/nginx-s3-gateway:latest-njs-oss
352
352
353
353
- name : Build and push image [unprivileged]
354
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
354
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
355
355
with :
356
356
file : Dockerfile.unprivileged
357
357
context : .
0 commit comments