From 9615e86d1e16b319875eea722daad5d3c6f75250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 09:59:29 +0000 Subject: [PATCH] chore(deps): update int128/docker-manifest-create-action action to v2.12.0 --- .github/workflows/nix-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-image.yaml b/.github/workflows/nix-image.yaml index f717fe4..26ac98a 100644 --- a/.github/workflows/nix-image.yaml +++ b/.github/workflows/nix-image.yaml @@ -69,7 +69,7 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: int128/docker-manifest-create-action@b60433fd4312d7a64a56d769b76ebe3f45cf36b4 # v2.10.0 + - uses: int128/docker-manifest-create-action@6cdd53a8337cd50bc3ef8c7016579d8d460edd94 # v2.12.0 with: index-annotations: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }}