From bccd157b7ec3c8c60f7a9c8547160a50d4d8d652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:13:30 +0000 Subject: [PATCH] chore(deps): bump int128/docker-manifest-create-action Bumps [int128/docker-manifest-create-action](https://github.com/int128/docker-manifest-create-action) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/int128/docker-manifest-create-action/releases) - [Commits](https://github.com/int128/docker-manifest-create-action/compare/b0b692440e7278c3e5108fb656df325a9ddf5288...a0bcb6430fe0047c0558deab102a6c66c373dae2) --- updated-dependencies: - dependency-name: int128/docker-manifest-create-action dependency-version: 2.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/merge_multiarch_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_multiarch_images.yml b/.github/workflows/merge_multiarch_images.yml index f9cc12a..ba154ef 100644 --- a/.github/workflows/merge_multiarch_images.yml +++ b/.github/workflows/merge_multiarch_images.yml @@ -48,7 +48,7 @@ jobs: username: ${{github.actor}} password: ${{secrets.temporary_registry_token}} - - uses: int128/docker-manifest-create-action@b0b692440e7278c3e5108fb656df325a9ddf5288 # v2.24.0 + - uses: int128/docker-manifest-create-action@a0bcb6430fe0047c0558deab102a6c66c373dae2 # v2.25.0 name: Merge and push with: tags: ghcr.io/${{ env.repository_owner_lower }}/${{ inputs.image_name }}:${{ inputs.image_tag_prefix }}main