'.drone.yml' ändern
the build failed
Details
the build failed
Details
This commit is contained in:
parent
772f9cae2c
commit
386629664d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue