Recreate drone configuration
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -1,8 +1,7 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build container
|
- name: build container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
@@ -11,11 +10,10 @@ steps:
|
|||||||
from_secret: registry-username
|
from_secret: registry-username
|
||||||
password:
|
password:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
registry: cs-registry.ddnss.de
|
registry: https://cs-registry.ddnss.de
|
||||||
repos: cs-registry.ddnss.de/${DRONE_REPO_OWNER}/apc
|
repo: cs-registry.ddnss.de/${DRONE_REPO_OWNER}/apc
|
||||||
dry_run: false
|
dry_run: false
|
||||||
purge: false
|
purge: false
|
||||||
insecure: true
|
insecure: false
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG}
|
||||||
|
|
||||||
Reference in New Issue
Block a user