Update .drone.yml
This commit is contained in:
parent
383e1d1841
commit
aad947c0c4
12
.drone.yml
12
.drone.yml
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user