Worker/koji-finalize: set the actual osbuild version in buildroot info
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
cca362678b
commit
dcb66db5e7
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ func (impl *KojiFinalizeJobImpl) Run(job worker.Job) error {
|
|||
},
|
||||
ContentGenerator: koji.ContentGenerator{
|
||||
Name: "osbuild",
|
||||
Version: "0", // TODO: put the correct version here
|
||||
Version: buildResult.OSBuildVersion,
|
||||
},
|
||||
Container: koji.Container{
|
||||
Type: "none",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue