chore: update workflows

This commit is contained in:
Bill Church 2022-07-30 19:37:39 +00:00
parent 2d77dae40e
commit 2c2e454c08

View file

@ -31,7 +31,7 @@ jobs:
# this is the most recent version of the image and also # this is the most recent version of the image and also
# tag it 'latest'. # tag it 'latest'.
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:latest" TAGS="$TAGS,${DOCKER_IMAGE}"
fi fi