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

kind: pipeline
name: image
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.hhhammer.de
username: ci
password:
from_secret: DOCKER_REGISTRY_KEY
repo: registry.hhhammer.de/sshsi
auto_tag: true
pull_image: true