build (ci): fix build issue

This commit is contained in:
Mickael KERJEAN 2018-09-26 10:51:29 +10:00
parent 434f1a90c3
commit 3d938d8632

View file

@ -10,5 +10,5 @@ pipeline:
commands:
- echo $DOCKER_PASSWORD | docker login -u=$DOCKER_USERNAME --password-stdin
- docker pull alpine:latest
- docker build --no-cache -t machines/nuage:master docker/prod
- docker build --no-cache -t machines/nuage docker/prod
- docker push machines/nuage