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 }}