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
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
args:
|
build_args:
|
||||||
- --verbosity=debug
|
- --cache=true --cache-dir=/cache
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: kaniko-cache
|
- name: local-cache
|
||||||
# path: /kaniko
|
path: /cache
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
@ -58,19 +58,19 @@ steps:
|
|||||||
from_secret: hub_username
|
from_secret: hub_username
|
||||||
password:
|
password:
|
||||||
from_secret: hub_password
|
from_secret: hub_password
|
||||||
args:
|
build_args:
|
||||||
- --verbosity=debug
|
- --cache=true --cache-dir=/cache
|
||||||
# volumes:
|
volumes:
|
||||||
# - name: kaniko-cache
|
- name: local-cache
|
||||||
# path: /kaniko
|
path: /cache
|
||||||
depends_on:
|
depends_on:
|
||||||
- clone
|
- clone
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dotnet-cache
|
- name: nfs-cache
|
||||||
claim:
|
claim:
|
||||||
name: dotnet-cache-claim
|
name: nfs-cache-claim
|
||||||
- name: kaniko-cache
|
- name: local-cache
|
||||||
claim:
|
claim:
|
||||||
name: kaniko-cache-claim
|
name: local-cache-claim
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user