common-runner/.drone.yml
Gaël Berthaud-Müller fce643445c
All checks were successful
continuous-integration/drone/push Build is passing
test
2021-02-22 02:08:09 -05:00

14 lines
292 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_user
password:
from_secret: docker_password
repo: docker.registry.bksp.space/common-runner
registry: docker.registry.bksp.space
auto_tag: true