fix tag publish

This commit is contained in:
Eugenio Romano
2017-05-23 10:34:41 +01:00
parent c5f0196e71
commit f9b8e8efc8

View File

@@ -56,7 +56,7 @@ add_tag(){
fi
echo "====== TAG WILL BE ADDED DURING THE PUBLISH: ${TAG} ====="
OPTIONS="$OPTIONS -tag $1"
OPTIONS="$OPTIONS --tag $1"
}
change_registry(){