Playground/.drone.yml

29 lines
476 B
YAML
Raw Normal View History

2020-05-20 22:21:19 +00:00
kind: pipeline
2020-12-05 23:29:38 +00:00
type: docker
2020-05-20 22:21:19 +00:00
name: default
2020-12-05 23:29:38 +00:00
platform:
os: linux
arch: amd64
2020-05-20 22:21:19 +00:00
steps:
2020-12-15 22:20:19 +00:00
- name: build and deploy
image: plugins/docker
settings:
repo: registry.saces.eu/foo/bar
dockerfile: hello/Dockerfile
registry: registry.saces.eu
username:
from_secret: registreu_user
password:
from_secret: registreu_spassword
- name: pull and run
image: registry.saces.eu/foo/bar/huhu
2020-12-05 23:29:38 +00:00
node:
saces: saces
2020-12-16 20:08:47 +00:00
image_pull_secrets:
- dockerconfigjson