[modify script]

This commit is contained in:
Hui Li 2020-09-05 15:40:32 +08:00
parent 563a90f46a
commit 56c8b5c798
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -x
$1
docker build --rm -f "Dockerfile" -t tdengine/tdengine:$1 "."
docker login -u tdengine -p $2 #replace the docker registry username and password
docker push tdengine/tdengine:$1