Compare commits
2 Commits
6973d1dced
...
77c352c7ac
Author | SHA1 | Date | |
---|---|---|---|
77c352c7ac | |||
5ffcdb8097 |
@ -4,7 +4,7 @@ type: docker
|
|||||||
name: main
|
name: main
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branche:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -25,7 +25,7 @@ steps:
|
|||||||
REGISTRY_PWD:
|
REGISTRY_PWD:
|
||||||
from_secret: registry_pwd
|
from_secret: registry_pwd
|
||||||
commands:
|
commands:
|
||||||
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.drone
|
- echo $REGISTRY_PWD | docker login -u drone --password-stdin registry.jfmonty2.com
|
||||||
- docker push registry.jfmonty2.com/minebot:latest
|
- docker push registry.jfmonty2.com/minebot:latest
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user