Update run.sh

This commit is contained in:
Alexandre
2021-11-25 21:51:58 +01:00
committed by GitHub
parent 96bf3c3503
commit 78f27e3f4c

View File

@@ -101,7 +101,6 @@ for addons in $(bashio::config "addon|keys"); do
# Use dockerhub as upstream
DOCKERHUB_REPO=$(echo "${UPSTREAM%%/*}")
DOCKERHUB_IMAGE=$(echo $UPSTREAM | cut -d "/" -f2)
DOCKERHUBFILTER
LASTVERSION=$(
curl -L -s --fail "https://hub.docker.com/v2/repositories/${DOCKERHUB_REPO}/${DOCKERHUB_IMAGE}/tags/?page_size=1000" | \
jq '.results | .[] | .name' -r | \