added banzai plugin for drone kaniko
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
71af26aee5
commit
1387cc107b
23
.drone.yml
23
.drone.yml
@ -27,19 +27,21 @@ steps:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: kaniko nocr telegram listener build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/telegram_listener
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/telegram-listener
|
||||
dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile
|
||||
cache: true
|
||||
# skip_tls_verify: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
build_args:
|
||||
- --cache=true --cache-dir=/cache
|
||||
# build_args:
|
||||
# - --cache=true --cache-dir=/cache
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
@ -47,13 +49,14 @@ steps:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr text matcher build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/text_matcher
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/text-matcher
|
||||
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Host/Dockerfile
|
||||
cache: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
@ -67,13 +70,14 @@ steps:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr users build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/text_matcher
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/users
|
||||
dockerfile: ./flea/users/src/Nocr.Users.Host/Dockerfile
|
||||
cache: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
@ -87,13 +91,14 @@ steps:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr telegram client build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/telegram_client
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/telegram-client
|
||||
dockerfile: ./flea/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile
|
||||
cache: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
@ -107,13 +112,14 @@ steps:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr text matcher migrator build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/text_matcher_migrator
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/text-matcher/
|
||||
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Migrator/Dockerfile
|
||||
cache: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
@ -127,13 +133,14 @@ steps:
|
||||
# - clone
|
||||
|
||||
- name: kaniko nocr users migrator build & push
|
||||
image: plugins/kaniko
|
||||
image: banzaicloud/drone-kaniko
|
||||
settings:
|
||||
registry: hub.musk.fun
|
||||
repo: hub.musk.fun/k8s/nocr/users_migrator
|
||||
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
|
||||
context: ./flea/users/
|
||||
dockerfile: ./flea/users/src/Nocr.Users.Migrator/Dockerfile
|
||||
cache: true
|
||||
username:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user