forked from mystiq/dex
fix build-docker script
This commit is contained in:
parent
bdaded57b8
commit
2428e6f31a
1 changed files with 4 additions and 3 deletions
|
@ -35,6 +35,7 @@ push() {
|
|||
docker push $repo:latest
|
||||
}
|
||||
|
||||
test -z "$1" && build && push
|
||||
test "$1" = "push" && build && push
|
||||
test "$1" = "build" && build
|
||||
build
|
||||
if [[ "push" == "$1" ]]; then
|
||||
push
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue