Archived
1
This repository has been archived on 2024-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
ProxyExposer/.drone.yml
Jan-Lukas Else cdc62c50c5
All checks were successful
continuous-integration/drone/push Build is passing
Initial version
2021-10-30 10:54:41 +02:00

21 lines
387 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/proxyexposer
registry: rg.fr-par.scw.cloud/jlelse
tags: latest
mirror: https://mirror.gcr.io
trigger:
branch:
- master
event:
- push