From 8304f68e4ef70561160b8a1bb97b8acda8a8b37a Mon Sep 17 00:00:00 2001 From: Ruakij Date: Tue, 9 May 2023 23:52:34 +0200 Subject: [PATCH] Fix env naming and location --- scripts/build.sh | 1 - scripts/utils/prepare.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 0d363c9..dc55d30 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -14,7 +14,6 @@ ORIGINALDIR=$PWD # Get args without path EXTRA_ARGS="${@:2}" -TAG=${TAG:-"${TAG_PREFIX}${NAME}"} # Call prepare diff --git a/scripts/utils/prepare.sh b/scripts/utils/prepare.sh index 5a618c6..8159b74 100755 --- a/scripts/utils/prepare.sh +++ b/scripts/utils/prepare.sh @@ -51,5 +51,5 @@ fi export VERSION printf "Version: ${VERSION}\n" -TAG=${TAG:-"${TAG_PREFIX}${NAME}"} +TAG=${TAG:-"${TAGPREFIX}${NAME}"} printf "> ${TAG}\n"