New day new hopes.
This commit is contained in:
parent
aad947c0c4
commit
17e96163a9
28
.drone.yml
28
.drone.yml
@ -38,11 +38,11 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
args:
|
||||
- --verbosity=debug
|
||||
# volumes:
|
||||
# - name: kaniko-cache
|
||||
# path: /kaniko
|
||||
build_args:
|
||||
- --cache=true --cache-dir=/cache
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
|
||||
@ -58,19 +58,19 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
args:
|
||||
- --verbosity=debug
|
||||
# volumes:
|
||||
# - name: kaniko-cache
|
||||
# path: /kaniko
|
||||
build_args:
|
||||
- --cache=true --cache-dir=/cache
|
||||
volumes:
|
||||
- name: local-cache
|
||||
path: /cache
|
||||
depends_on:
|
||||
- clone
|
||||
|
||||
volumes:
|
||||
- name: dotnet-cache
|
||||
- name: nfs-cache
|
||||
claim:
|
||||
name: dotnet-cache-claim
|
||||
- name: kaniko-cache
|
||||
name: nfs-cache-claim
|
||||
- name: local-cache
|
||||
claim:
|
||||
name: kaniko-cache-claim
|
||||
name: local-cache-claim
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user