Update .drone.yml

This commit is contained in:
me 2022-11-10 01:12:17 +01:00
parent fb3c2166e0
commit f0c77f2f4d
1 changed files with 14 additions and 14 deletions

View File

@ -4,20 +4,6 @@ type: kubernetes
name: default
steps:
- name: build harbor
image: plugins/buildah-docker
settings:
registry: cr.fredhs.net
repo: cr.fredhs.net/r/${DRONE_REPO_NAME,,}
dockerfile: Containerfile
username:
from_secret: harbor_user
password:
from_secret: harbor_password
purge: true
auto_tag: false
tags: latest
- name: build git
image: plugins/buildah-docker
settings:
@ -32,6 +18,20 @@ steps:
auto_tag: false
tags: latest
- name: build harbor
image: plugins/buildah-docker
settings:
registry: cr.fredhs.net
repo: cr.fredhs.net/r/${DRONE_REPO_NAME,,}
dockerfile: Containerfile
username:
from_secret: harbor_user
password:
from_secret: harbor_password
purge: true
auto_tag: false
tags: latest
- name: build gitea
image: plugins/buildah-docker
settings: