Skip to content

Commit d5b8b3a

Browse files
build(deps): bump the docker-github-actions group across 1 directory with 3 updates
Bumps the docker-github-actions group with 3 updates in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-buildx-action` from 3.7.1 to 3.9.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@c47758b...f7ce87c) Updates `docker/build-push-action` from 6.9.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...ca877d9) Updates `docker/setup-qemu-action` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@49b3bc8...4574d27) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions - dependency-name: docker/setup-qemu-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 33138ce commit d5b8b3a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
37+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
3838

3939
- name: Build and export
40-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
40+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
4141
with:
4242
file: Dockerfile.oss
4343
context: .
@@ -104,7 +104,7 @@ jobs:
104104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105105

106106
- name: Set up Docker Buildx
107-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
107+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
108108
with:
109109
driver: docker
110110

@@ -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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
122+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
123123
with:
124124
file: Dockerfile.latest-njs
125125
context: .
@@ -189,7 +189,7 @@ jobs:
189189
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190190

191191
- name: Set up Docker Buildx
192-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
192+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
193193
with:
194194
driver: docker
195195

@@ -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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
207+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
208208
with:
209209
file: Dockerfile.unprivileged
210210
context: .
@@ -288,16 +288,16 @@ jobs:
288288
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
289289

290290
- name: Set up QEMU
291-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
291+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
292292

293293
- name: Set up Docker Buildx for local image build and push
294-
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
294+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
295295
with:
296296
driver-opts: network=host
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
300+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
324+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
338+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
354+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
355355
with:
356356
file: Dockerfile.unprivileged
357357
context: .

0 commit comments

Comments
 (0)