Back to latest tag

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-02-26 10:30:03 -06:00
parent d20bde221b
commit db919a22cc
No known key found for this signature in database
GPG Key ID: 85EEB6BCCC9B7248
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ if ! latest_tag=$(curl -sI https://github.com/pi-hole/docker-pi-hole/releases/la
print "Failed to retrieve latest docker-pi-hole release metadata"
else
if [[ "$DOCKER_TAG" == "$latest_tag" ]] ; then
#LATEST_IMAGE="$BASE_IMAGE:latest"
LATEST_IMAGE="$BASE_IMAGE:testing_latest_deleteme"
LATEST_IMAGE="$BASE_IMAGE:latest"
fi
fi