Update .drone.yml

This commit is contained in:
ruberoid 2024-12-05 17:30:49 +00:00
parent 4419672373
commit 6097c30428

View File

@ -38,6 +38,8 @@ steps:
from_secret: hub_username from_secret: hub_username
password: password:
from_secret: hub_password from_secret: hub_password
args:
- --verbosity=debug
volumes: volumes:
- name: kaniko-cache - name: kaniko-cache
path: /kaniko/telegram_listener/ path: /kaniko/telegram_listener/
@ -56,6 +58,8 @@ steps:
from_secret: hub_username from_secret: hub_username
password: password:
from_secret: hub_password from_secret: hub_password
args:
- --verbosity=debug
volumes: volumes:
- name: kaniko-cache - name: kaniko-cache
path: /kaniko/text_matcher/ path: /kaniko/text_matcher/