From 55033bf9888797179b322cc7970a2a65a1bc5e0c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 28 Mar 2017 12:37:57 +0200 Subject: [PATCH] Fix version --- build-scripts/resinos-build/create_resinos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/resinos-build/create_resinos.sh b/build-scripts/resinos-build/create_resinos.sh index 2c4e2689e..5ece54598 100755 --- a/build-scripts/resinos-build/create_resinos.sh +++ b/build-scripts/resinos-build/create_resinos.sh @@ -131,8 +131,8 @@ cp $DEVICE_TYPE_JSON $BUILD_DEPLOY_DIR/device-type.json cp $WORKSPACE/build/tmp/deploy/images/$MACHINE/kernel_modules_headers.tar.gz $BUILD_DEPLOY_DIR || true echo "INFO: Pushing resinhup package to dockerhub" -DOCKER_IMAGE="$DOCKER_REPO/hassio" -DOCKER_TAG="$HASSIO_VERSION-$MACHINE" +DOCKER_IMAGE="$DOCKER_REPO/resinos" +DOCKER_TAG="$VERSION_HOSTOS-$MACHINE" if [ -f $BUILD_DEPLOY_DIR/resinhup-$VERSION_HOSTOS.tar ]; then docker import $BUILD_DEPLOY_DIR/resinhup-$VERSION_HOSTOS.tar $DOCKER_IMAGE:$DOCKER_TAG docker push $DOCKER_IMAGE:$DOCKER_TAG