bug: Fix k3s version when building the image

This commit is contained in:
Ettore Di Giacinto 2022-08-08 12:29:27 +00:00 committed by Itxaka
parent 1ddf434a6f
commit f3be39de43

View File

@ -226,7 +226,7 @@ docker:
IF [ "$K3S_VERSION" = "" ]
ARG OS_VERSION=c3OS${C3OS_VERSION}
ELSE
ARG OS_VERSION=${K3S_VERSION}+k3s1-c3OS${C3OS_VERSION}
ARG OS_VERSION=${K3S_VERSION}-c3OS${C3OS_VERSION}
END
ARG OS_ID