From f4b806ab6b56987c11ea4be91e0f1b21207d4584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:13:02 +0000 Subject: [PATCH] build(deps): bump the updates group with 2 updates Bumps the updates group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-qemu-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0) Updates `docker/build-push-action` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-multiarch.yml | 6 +++--- .github/workflows/verify-pr.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 7611cbb5f25..0ef22a74b8a 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -131,10 +131,10 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 - name: Build for test - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: platforms: linux/amd64 tags: ${{ env.IMAGE_TO_TEST }} @@ -172,7 +172,7 @@ jobs: password: ${{ github.token }} - name: Build and push - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.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 e5b0a9ba7f2..0025d84ebea 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -56,7 +56,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 - name: Confirm multi-arch build - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.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.10.0 + uses: docker/build-push-action@v6.11.0 with: # Only build single platform since loading multi-arch image into daemon fails with # "docker exporter does not currently support exporting manifest lists"