'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-22 21:47:19 +00:00
parent 772f9cae2c
commit 386629664d
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ pipeline:
environment:
commands:
- REV=$(git rev-list HEAD --count)
repo: dr.dnix.de/mmflokati
tags:
- latest
- ${DRONE_COMMIT_BRANCH}-${REV}
- docker build -t dr.dnix.de/mmflokati:latest
- docker tag dr.dnix.de/mmflokati:latest dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
- docker push dr.dnix.de/mmflokati:latest
- docker push dr.dnix.de/mmflokati:${DRONE_COMMIT_BRANCH}-${REV}
deploy:
image: ubuntu:16.04
commands: