Publish docker images with drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e21c85b838
commit
9033ac5b15
@ -15,6 +15,15 @@ steps:
|
||||
commands:
|
||||
- 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
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user