fix 01
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ruberoid 2024-12-15 13:48:16 +04:00
parent 1387cc107b
commit da483cc10c

View File

@ -35,16 +35,16 @@ steps:
context: ./flea/telegram-listener
dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile
cache: true
# skip_tls_verify: true
skip_tls_verify: true
username:
from_secret: hub_username
password:
from_secret: hub_password
# build_args:
# - --cache=true --cache-dir=/cache
volumes:
- name: local-cache
path: /cache
# volumes:
# - name: local-cache
# path: /cache
# depends_on:
# - clone