Skip to content

Commit 4327689

Browse files
build(deps): bump docker/build-push-action
Bumps the docker-github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.3.0 to 6.4.1 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@1a16264...1ca370b) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bcd134 commit 4327689

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
3838

3939
- name: Build and export
40-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
40+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
4141
with:
4242
file: Dockerfile.oss
4343
context: .
@@ -119,7 +119,7 @@ jobs:
119119
docker load --input ${{ runner.temp }}/oss.tar
120120
121121
- name: Build and load oss image
122-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
122+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
123123
with:
124124
file: Dockerfile.latest-njs
125125
context: .
@@ -204,7 +204,7 @@ jobs:
204204
docker load --input ${{ runner.temp }}/oss.tar
205205
206206
- name: Build and load oss image
207-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
207+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
208208
with:
209209
file: Dockerfile.unprivileged
210210
context: .
@@ -297,7 +297,7 @@ jobs:
297297

298298
# 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`.
299299
- name: Build and push image [oss] to local registry for downstream
300-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
300+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
301301
with:
302302
file: Dockerfile.oss
303303
context: .
@@ -321,7 +321,7 @@ jobs:
321321

322322
# This second invocation of the build/push should just use the existing build cache.
323323
- name: Build and push image [oss]
324-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
324+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
325325
with:
326326
file: Dockerfile.oss
327327
context: .
@@ -335,7 +335,7 @@ jobs:
335335
nginxinc/nginx-s3-gateway:latest
336336
337337
- name: Build and push image [latest-njs]
338-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
338+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
339339
with:
340340
file: Dockerfile.latest-njs
341341
context: .
@@ -351,7 +351,7 @@ jobs:
351351
nginxinc/nginx-s3-gateway:latest-njs-oss
352352
353353
- name: Build and push image [unprivileged]
354-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
354+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
355355
with:
356356
file: Dockerfile.unprivileged
357357
context: .

0 commit comments

Comments
 (0)