For a release workflow, we need to know the build artifact name.
We can save that data to build/manifest.json with a list of artifacts.
{ "flavor": "kvm", "artifacts": ["vyos-1.4.1-amd64-kvm.qcow2"] }
We may also want to keep the complete build configuration there.
Maybe even just make it that build configuration plus the artifact list.