From 9798d4a54b5448121bb4e472c1b06d433c9b9a49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:05:06 +0000 Subject: [PATCH] chore(deps): update int128/docker-manifest-create-action action to v2.26.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1441d1f7..941b8030 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -251,7 +251,7 @@ jobs: - name: Create multi-arch manifest id: manifest - uses: int128/docker-manifest-create-action@v2.24.0 + uses: int128/docker-manifest-create-action@v2.26.0 with: tags: ${{ needs.prepare.outputs.tags }} index-annotations: ${{ needs.prepare.outputs.labels }}