Playground/.drone.yml
saces 26f149e1ef
Some checks reported errors
continuous-integration/drone/push Build encountered an error
hello
2020-12-15 23:29:03 +01:00

26 lines
434 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- 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
node:
saces: saces