fix: wrong image release
This commit is contained in:
parent
5778f39ac4
commit
1a2929a1aa
@ -156,7 +156,7 @@ func ContainerImage(km config.KernelMask) (image string) {
|
|||||||
case Stretch:
|
case Stretch:
|
||||||
image += "stretch-20220622"
|
image += "stretch-20220622"
|
||||||
default:
|
default:
|
||||||
image += km.DistroType.String()
|
image += km.DistroRelease
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user