juju.re/.drone.yml

16 lines
318 B
YAML
Raw Normal View History

kind: pipeline
name: build
steps:
- name: publish
image: plugins/docker
settings:
repo: turboregistry:5000/juju/juju.re
tags: latest
insecure: true
registry: turboregistry:5000
username:
from_secret: docker_username
password:
from_secret: docker_password