diff --git a/.github/workflows/nix-image.yaml b/.github/workflows/nix-image.yaml index 533936d..528438d 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@6edb43463bd4878b8cee224ca274378a3635d78f # v2.28.0 with: index-annotations: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }}