feat(utilities): changed build script to build v1.2.0
This commit is contained in:
parent
89f76f9303
commit
934de8bac1
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ function build_api(){
|
|||
docker push ${DOCKER_REPO:-'local'}/utilities:${git_sha1}
|
||||
docker tag ${DOCKER_REPO:-'local'}/utilities:${git_sha1} ${DOCKER_REPO:-'local'}/utilities:latest
|
||||
docker push ${DOCKER_REPO:-'local'}/utilities:latest
|
||||
docker tag ${DOCKER_REPO:-'local'}/utilities:${git_sha1} ${DOCKER_REPO:-'local'}/utilities:v1.2.0
|
||||
docker push ${DOCKER_REPO:-'local'}/utilities:v1.2.0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue