Update .drone.yml

This commit is contained in:
ruberoid 2024-12-05 17:54:45 +00:00
parent 383e1d1841
commit aad947c0c4

View File

@ -40,9 +40,9 @@ steps:
from_secret: hub_password
args:
- --verbosity=debug
volumes:
- name: kaniko-cache
path: /kaniko
# volumes:
# - name: kaniko-cache
# path: /kaniko
depends_on:
- clone
@ -60,9 +60,9 @@ steps:
from_secret: hub_password
args:
- --verbosity=debug
volumes:
- name: kaniko-cache
path: /kaniko
# volumes:
# - name: kaniko-cache
# path: /kaniko
depends_on:
- clone