debugging xaibox deploy tests
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user