Use template for .drone.yml
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
5e06963f3f
commit
bcee26a85b
18
.drone.yml
18
.drone.yml
@ -1,16 +1,2 @@
|
|||||||
---
|
kind: template
|
||||||
kind: pipeline
|
load: docker.yaml
|
||||||
type: kubernetes
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: docker
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
repo: harbor.k-space.ee/${DRONE_REPO}
|
|
||||||
registry: harbor.k-space.ee
|
|
||||||
mtu: 1300
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
|
Loading…
Reference in New Issue
Block a user