The act-wrapper script invokes docker buildx to build the system test Dockerfile which contains an instruction to do cargo install --git of dnst using the keyset branch.
That branch no longer exists and so the image now fails to build. And new tests of incremental signing don't work as expected as the dnst version is behind current dnst main.
We need to update the image to use a different version of dnst.
The
act-wrapperscript invokesdocker buildxto build the system testDockerfilewhich contains an instruction to docargo install --gitofdnstusing thekeysetbranch.That branch no longer exists and so the image now fails to build. And new tests of incremental signing don't work as expected as the
dnstversion is behind currentdnstmain.We need to update the image to use a different version of
dnst.