From b9b3dbc4bc6fbb8131144b4f50d7468f79c2a392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Tue, 23 Sep 2025 09:33:42 +0300 Subject: [PATCH] =?UTF-8?q?Versiyon=20d=C3=BCzenlemesi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/deployment/scripts/build/ui.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/deployment/scripts/build/ui.sh b/configs/deployment/scripts/build/ui.sh index 08684917..dc7f7c76 100644 --- a/configs/deployment/scripts/build/ui.sh +++ b/configs/deployment/scripts/build/ui.sh @@ -13,8 +13,7 @@ VERSION=$(git tag --sort=-creatordate | head -n1 | sed 's/^v//' || jq -r .versio echo "Build versiyonu: ${VERSION}" # Deploy öncesi git üzerindeki tüm versiyon bilgilerini güncelle -#./scripts/generate-version.sh -./scripts/write-version.js +./scripts/generate-version.sh docker build \ -t devops.sozsoft.com/kurs/kurs-platform-ui:${ENV}-${VERSION} \