fix docker image tag for build

This commit is contained in:
Gergő Jedlicska
2022-03-28 14:03:36 +02:00
parent a67f10cdf0
commit 15dfbf8441
+1 -3
View File
@@ -6,7 +6,7 @@ set -e
# defaults to packages for minimal intervention in the ci config
FOLDER="${FOLDER:-packages}"
DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG-$SPECKLE_SERVER_PACKAGE
DOCKER_IMAGE_TAG=speckle/speckle-$SPECKLE_SERVER_PACKAGE
IMAGE_VERSION_TAG=$(./.circleci/get_version.sh)
@@ -21,5 +21,3 @@ fi
echo "$DOCKER_REG_PASS" | docker login -u "$DOCKER_REG_USER" --password-stdin $DOCKER_REG_URL
# docker push -a
# docker save -o <file path for generated tar file> <image name>