1
0
Fork 0

finalized ci pipeline
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Daniel Wolf 2020-01-03 13:32:36 -05:00
parent 9d9fbb4247
commit 814bbdb843
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
.drone.yml
.git
.gitignore
LICENSE.md

View File

@ -10,8 +10,10 @@ platform:
steps:
- name: build
commands:
- docker build -t pdr.nephatrine.net/nephatrine/docker-registry:latest .
- HOME=/mnt/config/home docker push pdr.nephatrine.net/nephatrine/docker-registry:latest
- docker build --pull -t pdr.nephatrine.net/nephatrine/docker-registry:latest .
- docker push pdr.nephatrine.net/nephatrine/docker-registry:latest
- docker tag pdr.nephatrine.net/nephatrine/docker-registry:latest nephatrine/docker-registry:latest
- docker push nephatrine/docker-registry:latest
---
kind: pipeline