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