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:
|
||||
image += "stretch-20220622"
|
||||
default:
|
||||
image += km.DistroType.String()
|
||||
image += km.DistroRelease
|
||||
}
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user