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
|
- name: build and deploy
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: registry.saces.eu/foo/bar
|
repo: registry.saces.eu/foobar
|
||||||
dockerfile: hello/Dockerfile
|
dockerfile: hello/Dockerfile
|
||||||
registry: registry.saces.eu
|
registry: registry.saces.eu
|
||||||
username:
|
# username:
|
||||||
from_secret: registreu_user
|
# from_secret: registreu_user
|
||||||
password:
|
# password:
|
||||||
from_secret: registreu_spassword
|
# from_secret: registreu_spassword
|
||||||
|
|
||||||
- name: pull and run
|
- name: pull and run
|
||||||
image: registry.saces.eu/foo/bar/huhu
|
image: registry.saces.eu/foobar
|
||||||
|
|
||||||
node:
|
node:
|
||||||
saces: saces
|
saces: saces
|
||||||
|
|
||||||
image_pull_secrets:
|
|
||||||
- dockerconfigjson
|
|
||||||
|
|
Loading…
Reference in a new issue