1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 12:23:00 +00:00
kiwi-scp/.drone.yml

16 lines
256 B
YAML
Raw Normal View History

2021-09-28 17:54:22 +00:00
---
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: ldericher/kind
2021-09-30 15:49:22 +00:00
auto_tag: true
# tags:
# - edge
2021-09-28 17:54:22 +00:00
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD