From 23555226bf0406a911c1b0744d560d0aeff926a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sowa?= Date: Thu, 14 Oct 2021 16:47:33 +0000 Subject: [PATCH] Use tags for image version --- config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index fd2534f..fd5d7c9 100644 --- a/config.sh +++ b/config.sh @@ -1,7 +1,7 @@ IMG_NAME="LeoOS" -IMG_VERSION="1.0.0" +IMG_VERSION="$(git describe --tags)" -export GIT_REPO="https://github.com/LeoRover/leo_os" +export GIT_REPO="https://github.com/LeoRover/LeoOS" export GIT_HASH="$(git rev-parse HEAD)" export TARGET_HOSTNAME="leo"