diff --git a/deployment/kyma/scripts/build-ui-image.sh b/deployment/kyma/scripts/build-ui-image.sh index 494cde41..8fdc2f7c 100755 --- a/deployment/kyma/scripts/build-ui-image.sh +++ b/deployment/kyma/scripts/build-ui-image.sh @@ -12,7 +12,7 @@ function value() { function image() { local REPOSITORY="$(value "$1.image.repository")" - local TAG="$(value "$1.image.tag")" + local TAG="$(value "global.image.tag")" if [ "$TAG" != "" ]; then echo "$REPOSITORY:$TAG" else