Update '.drone.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Danny Bessems 2020-09-24 12:39:05 +00:00
parent 2b735364d7
commit 91e41a6660
1 changed files with 16 additions and 15 deletions

View File

@ -1,16 +1,17 @@
kind: pipeline
type: kubernetes
name: default
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
context: .
settings:
repo: registry.spamasaurus.com/library/gitsparseclone
registry: registry.spamasaurus.com
tags: latest
username:
from_secret: harbor_username
password:
from_secret: harbor_password
steps:
- name: docker
image: plugins/docker
context: .
settings:
repo: registry.spamasaurus.com/library/gitsparseclone
registry: registry.spamasaurus.com
tags: latest
mtu: 1500
username:
from_secret: harbor_username
password:
from_secret: harbor_password