Publish docker images with drone
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
e21c85b838
commit
9033ac5b15
|
@ -15,6 +15,15 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml
|
- vendor/bin/phpunit --configuration phpunit.xml
|
||||||
|
|
||||||
|
- publish:
|
||||||
|
image: plugins/docker
|
||||||
|
repo: https://tea.nightly.town/Mangoberry/MangoNotes
|
||||||
|
username: nightlymania
|
||||||
|
password:
|
||||||
|
from_secret: dockerpasswd
|
||||||
|
when:
|
||||||
|
branch: master
|
||||||
|
|
||||||
- name: Discord notification
|
- name: Discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in New Issue