From 6906edc8c10a3c9738b2a607fb1bd94347d3398b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 22:37:00 +0000 Subject: [PATCH] chore(deps): update int128/docker-manifest-create-action action to v2.20.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 533936d..affba16 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@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0 + - uses: int128/docker-manifest-create-action@fa55f72001a6c74b0f4997dca65c70d334905180 # v2.20.0 with: index-annotations: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }}