17 lines
299 B
YAML
17 lines
299 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: tag (latest)
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
registry: auth.registry.steph.tools
|
||
|
username: drone
|
||
|
password:
|
||
|
from_secret: REGISTRY_PASS
|
||
|
repo: auth.registry.steph.tools/bewegend-leren/hdoc
|
||
|
tags:
|
||
|
- latest
|