diff --git a/agent/kratos/build-push-featurebranch.sh b/agent/kratos/build-push-featurebranch.sh index b38808c17..1247bea4e 100755 --- a/agent/kratos/build-push-featurebranch.sh +++ b/agent/kratos/build-push-featurebranch.sh @@ -9,7 +9,6 @@ GIT_BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | tr '[:upper:]' '[:lower:]') DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH SEM_VER=${SEM_VER=0.0.0} ARCH=amd64 -GOARCH=$ARCH DOCKER_TAGGED_BUILDS=("$DOCKER_REPO:latest" "$DOCKER_REPO:$SEM_VER") diff --git a/devops/build-agent-ci.sh b/devops/build-agent-ci.sh index ce4e3678b..5909211ec 100755 --- a/devops/build-agent-ci.sh +++ b/devops/build-agent-ci.sh @@ -9,7 +9,6 @@ GIT_BRANCH=ci DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH SEM_VER=${SEM_VER=0.0.0} ARCH=amd64 -GOARCH=$ARCH DOCKER_TAGGED_BUILD="$DOCKER_REPO:$SEM_VER" diff --git a/devops/build-push-featurebranch.sh b/devops/build-push-featurebranch.sh index 0aa0f4b0e..a704bfba1 100755 --- a/devops/build-push-featurebranch.sh +++ b/devops/build-push-featurebranch.sh @@ -9,7 +9,6 @@ GIT_BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | tr '[:upper:]' '[:lower:]') DOCKER_REPO=$REPOSITORY/$SERVER_NAME/$GIT_BRANCH SEM_VER=${SEM_VER=0.0.0} ARCH=amd64 -GOARCH=$ARCH DOCKER_TAGGED_BUILDS=("$DOCKER_REPO:latest" "$DOCKER_REPO:$SEM_VER")