From 234eb26eae43cfb7e472aa95fe44605ec54fdb85 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 9 Apr 2024 00:37:30 +0200 Subject: [PATCH] remove builddate from version --- app/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index d552cb6..bb89cfa 100755 --- a/app/build.sh +++ b/app/build.sh @@ -20,7 +20,7 @@ IMAGE=tsun-gen3-proxy if [[ $1 == dev ]] || [[ $1 == rc ]] ;then IMAGE=docker.io/sallius/${IMAGE} -VERSION=${VERSION}-$1-${BRANCH}-$(date +%Y%m%d%H%M) +VERSION=${VERSION}-$1-${BRANCH} elif [[ $1 == rel ]];then IMAGE=ghcr.io/s-allius/${IMAGE} else