This commit is contained in:
parent
2d91b69fdf
commit
667f89ffe8
1 changed files with 6 additions and 9 deletions
15
.drone.yml
15
.drone.yml
|
@ -10,19 +10,16 @@ steps:
|
|||
- name: build and deploy
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: registry.saces.eu/foo/bar
|
||||
repo: registry.saces.eu/foobar
|
||||
dockerfile: hello/Dockerfile
|
||||
registry: registry.saces.eu
|
||||
username:
|
||||
from_secret: registreu_user
|
||||
password:
|
||||
from_secret: registreu_spassword
|
||||
# username:
|
||||
# from_secret: registreu_user
|
||||
# password:
|
||||
# from_secret: registreu_spassword
|
||||
|
||||
- name: pull and run
|
||||
image: registry.saces.eu/foo/bar/huhu
|
||||
image: registry.saces.eu/foobar
|
||||
|
||||
node:
|
||||
saces: saces
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
|
Loading…
Reference in a new issue