Update publish tags & bump version

This commit is contained in:
Joe Groocock 2017-08-09 17:52:38 +01:00
parent 95a28fba34
commit 3e45d0ae0d

View File

@ -28,11 +28,7 @@ pipeline:
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- apk add --no-cache openssl
- docker tag devbuild adamant/busybox:latest
- docker tag devbuild adamant/busybox:1
- docker tag devbuild adamant/busybox:1.0
- docker login -u $DOCKER_USER -p $DOCKER_PASS - docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push adamant/busybox:latest - docker tag devbuild adamant/busybox:latest
- docker push adamant/busybox:1 - docker tag devbuild adamant/busybox:1.1
- docker push adamant/busybox:1.0 - docker push adamant/busybox