return back to dron kaniko plugin.
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
ruberoid 2024-12-15 13:54:11 +04:00
parent da483cc10c
commit 0d5ee88669

View File

@ -27,7 +27,7 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: kaniko nocr telegram listener build & push - name: kaniko nocr telegram listener build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/telegram_listener repo: hub.musk.fun/k8s/nocr/telegram_listener
@ -35,28 +35,26 @@ steps:
context: ./flea/telegram-listener context: ./flea/telegram-listener
dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile
cache: true cache: true
skip_tls_verify: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
from_secret: hub_password from_secret: hub_password
# build_args: # build_args:
# - --cache=true --cache-dir=/cache # - --cache=true --cache-dir=/cache
# volumes: volumes:
# - name: local-cache - name: local-cache
# path: /cache path: /cache
# depends_on: # depends_on:
# - clone # - clone
- name: kaniko nocr text matcher build & push - name: kaniko nocr text matcher build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher repo: hub.musk.fun/k8s/nocr/text_matcher
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/text-matcher context: ./flea/text-matcher
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Host/Dockerfile dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -70,14 +68,13 @@ steps:
# - clone # - clone
- name: kaniko nocr users build & push - name: kaniko nocr users build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher repo: hub.musk.fun/k8s/nocr/text_matcher
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/users context: ./flea/users
dockerfile: ./flea/users/src/Nocr.Users.Host/Dockerfile dockerfile: ./flea/users/src/Nocr.Users.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -91,14 +88,13 @@ steps:
# - clone # - clone
- name: kaniko nocr telegram client build & push - name: kaniko nocr telegram client build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/telegram_client repo: hub.musk.fun/k8s/nocr/telegram_client
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/telegram-client context: ./flea/telegram-client
dockerfile: ./flea/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile dockerfile: ./flea/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -112,14 +108,13 @@ steps:
# - clone # - clone
- name: kaniko nocr text matcher migrator build & push - name: kaniko nocr text matcher migrator build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher_migrator repo: hub.musk.fun/k8s/nocr/text_matcher_migrator
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/text-matcher/ context: ./flea/text-matcher/
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Migrator/Dockerfile dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Migrator/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -133,14 +128,13 @@ steps:
# - clone # - clone
- name: kaniko nocr users migrator build & push - name: kaniko nocr users migrator build & push
image: banzaicloud/drone-kaniko image: plugins/kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/users_migrator repo: hub.musk.fun/k8s/nocr/users_migrator
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/users/ context: ./flea/users/
dockerfile: ./flea/users/src/Nocr.Users.Migrator/Dockerfile dockerfile: ./flea/users/src/Nocr.Users.Migrator/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password: