debugging xaibox deploy tests

This commit is contained in:
2020-06-15 07:40:31 -04:00
parent 01d4701fe7
commit 0f4b757f15

View File

@@ -63,6 +63,7 @@ function deploy_test() {
function deploy_save() {
#tag as latest
echo -e "\033[94mTagging image as latest\033[39m"
docker tag "$REMOTE_IMAGE" "${REMOTE_IMAGE//${TAG}/latest}"
docker push "${REMOTE_IMAGE//${TAG}/latest}"
}