This commit is contained in:
parent
b9a3c018e7
commit
8eb69dab14
@ -20,7 +20,11 @@ steps:
|
||||
volumes:
|
||||
- name: docker-socket
|
||||
path: /var/run/docker.sock
|
||||
environment:
|
||||
REGISTRY_PWD:
|
||||
from_secret: registry_pwd
|
||||
commands:
|
||||
- echo $REGISTRY_PWD | docker login -u drone --password-stdin
|
||||
- docker push registry.drone/minebot:latest
|
||||
when:
|
||||
branch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user