Skip to content

Commit b9587dd

Browse files
build(deps): bump the docker-github-actions group across 1 directory with 2 updates
Bumps the docker-github-actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/setup-qemu-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@2910929...c7c5346) Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb46cd7 commit b9587dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/s3-gateway.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
289289

290290
- name: Set up QEMU
291-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
291+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
292292

293293
- name: Set up Docker Buildx for local image build and push
294294
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
@@ -307,14 +307,14 @@ jobs:
307307
tags: localhost:5000/nginx-oss-s3-gateway:oss
308308

309309
- name: Login to GitHub Container Registry
310-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
310+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
311311
with:
312312
registry: ghcr.io
313313
username: ${{ github.repository_owner }}
314314
password: ${{ secrets.GITHUB_TOKEN }}
315315

316316
- name: Login to Docker Hub
317-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
317+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
318318
with:
319319
username: ${{ secrets.DOCKER_HUB_USERNAME }}
320320
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)