1
0
Fork 0

fixed auth issue?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniel Wolf 2020-01-03 13:11:42 -05:00
parent e05aeae46d
commit 9d9fbb4247
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
1 changed files with 1 additions and 3 deletions

View File

@ -10,10 +10,8 @@ platform:
steps:
- name: build
commands:
- echo $HOME/.docker/config.json
- bash /mnt/config/bin/auth.sh
- docker build -t pdr.nephatrine.net/nephatrine/docker-registry:latest .
- docker push pdr.nephatrine.net/nephatrine/docker-registry:latest
- HOME=/mnt/config/home docker push pdr.nephatrine.net/nephatrine/docker-registry:latest
---
kind: pipeline