37
37
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
38
38
39
39
- name : Build and export
40
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
40
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
41
41
with :
42
42
file : Dockerfile.oss
43
43
context : .
@@ -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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
122
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
123
123
with :
124
124
file : Dockerfile.latest-njs
125
125
context : .
@@ -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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
207
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
208
208
with :
209
209
file : Dockerfile.unprivileged
210
210
context : .
@@ -297,7 +297,7 @@ jobs:
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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
300
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
301
301
with :
302
302
file : Dockerfile.oss
303
303
context : .
@@ -321,7 +321,7 @@ jobs:
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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
324
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
338
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.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@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
354
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
355
355
with :
356
356
file : Dockerfile.unprivileged
357
357
context : .
0 commit comments