k-space/samba
k-space
/
samba
Archived
9
0
Fork 0
This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
samba/.drone.yml

17 lines
297 B
YAML
Raw Permalink Normal View History

2022-02-08 16:30:03 +00:00
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
2022-02-09 12:40:49 +00:00
repo: harbor.k-space.ee/${DRONE_REPO}
registry: harbor.k-space.ee
2022-02-09 12:40:49 +00:00
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password