diff --git a/build-scripts/homeassistant/create_homeassistant.sh b/build-scripts/homeassistant/create_homeassistant.sh index fa93000..17b69b7 100755 --- a/build-scripts/homeassistant/create_homeassistant.sh +++ b/build-scripts/homeassistant/create_homeassistant.sh @@ -117,7 +117,7 @@ echo "[INFO] load homeassistant" cp ../../homeassistant/Dockerfile "$WORKSPACE/Dockerfile" sed -i "s/%%BASE_IMAGE%%/${BASE_IMAGE}/g" "$WORKSPACE/Dockerfile" -sed -i "s/%%HASS_VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile" +sed -i "s/%%VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile" git clone https://github.com/home-assistant/home-assistant "$HASS_GIT" cd "$HASS_GIT" && git checkout "$DOCKER_TAG"