1
GoShort/.drone.yml
Jan-Lukas Else 58a0d6aa6b
Some checks failed
continuous-integration/drone/push Build is failing
Some code improvements and updates
2021-08-10 22:34:25 +02:00

21 lines
382 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: publish
image: plugins/docker
settings:
username: nologin
password:
from_secret: docker_password
repo: rg.fr-par.scw.cloud/jlelse/goshort
registry: rg.fr-par.scw.cloud/jlelse
tags: latest
mirror: https://mirror.gcr.io
trigger:
branch:
- master
event:
- push