Playground/.drone.yml
saces 2d91b69fdf
Some checks reported errors
continuous-integration/drone/push Build encountered an error
one more surprise
2020-12-17 00:25:32 +01:00

29 lines
476 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
image_pull_secrets:
- dockerconfigjson