Revert "feat(utilities): changed build script to build v1.2.0"
This commit is contained in:
parent
934de8bac1
commit
d148a9f55e
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ 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