aux rename to helper

This commit is contained in:
yedf2 2021-08-06 17:05:58 +08:00
parent 762da8dbae
commit 55151bec2f
4 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
set -x
docker build -f aux/Dockerfile-release -t yedf/dtm:lastest . && docker push yedf/dtm:lastest

2
helper/build-repo.sh Executable file
View File

@ -0,0 +1,2 @@
set -x
docker build -f helper/Dockerfile-release -t yedf/dtm:lastest . && docker push yedf/dtm:lastest