1
Fork 0
GoShort/.drone.yml

21 lines
382 B
YAML
Raw Normal View History

2020-04-26 08:36:36 +00:00
kind: pipeline
name: default
2021-08-10 20:34:25 +00:00
type: docker
2020-04-26 08:36:36 +00:00
steps:
- name: publish
image: plugins/docker
settings:
2021-08-10 20:34:25 +00:00
username: nologin
2020-04-26 08:36:36 +00:00
password:
from_secret: docker_password
2021-08-10 20:34:25 +00:00
repo: rg.fr-par.scw.cloud/jlelse/goshort
registry: rg.fr-par.scw.cloud/jlelse
2020-04-26 08:36:36 +00:00
tags: latest
2021-08-10 20:34:25 +00:00
mirror: https://mirror.gcr.io
trigger:
branch:
- master
event:
- push