From afd2c967fa55a1474a3cea63bad2d5cddd5cde54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:02:57 +0000 Subject: [PATCH] build(deps): bump the updates group with 4 updates Bumps the updates group with 4 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/setup-buildx-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0) Updates `docker/setup-qemu-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0) Updates `docker/build-push-action` from 6.4.1 to 6.5.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.1...v6.5.0) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates ... Signed-off-by: dependabot[bot] --- .github/workflows/build-multiarch.yml | 12 ++++++------ .github/workflows/verify-pr.yml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 37455cdc877..7190becb584 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -133,13 +133,13 @@ jobs: org.opencontainers.image.authors=Geoff Bourne - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v3.4.0 + uses: docker/setup-buildx-action@v3.5.0 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.1.0 + uses: docker/setup-qemu-action@v3.2.0 - name: Build for test - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.5.0 with: platforms: linux/amd64 tags: ${{ env.IMAGE_TO_TEST }} @@ -162,14 +162,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 if: env.HAS_IMAGE_REPO_ACCESS with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 if: env.HAS_IMAGE_REPO_ACCESS with: registry: ghcr.io @@ -177,7 +177,7 @@ jobs: password: ${{ github.token }} - name: Build and push - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.5.0 if: github.actor == github.repository_owner with: platforms: ${{ matrix.platforms }} diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index 815dfd58a0b..4d8c78efca3 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -53,10 +53,10 @@ jobs: fetch-depth: 0 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v3.4.0 + uses: docker/setup-buildx-action@v3.5.0 - name: Confirm multi-arch build - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.5.0 with: platforms: ${{ matrix.platforms }} # ensure latest base image is used @@ -66,7 +66,7 @@ jobs: cache-from: type=gha,scope=${{ matrix.variant }} - name: Build for test - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.5.0 with: # Only build single platform since loading multi-arch image into daemon fails with # "docker exporter does not currently support exporting manifest lists"