This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
sshsi/.drone.yml

14 lines
267 B
YAML
Raw Permalink Normal View History

2021-04-19 12:58:30 +02:00
kind: pipeline
name: image
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.hhhammer.de
2021-04-19 13:02:06 +02:00
username: ci
2021-04-19 12:58:30 +02:00
password:
from_secret: DOCKER_REGISTRY_KEY
repo: registry.hhhammer.de/sshsi
auto_tag: true
pull_image: true