add volume for restore operation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ba124d3d3a
commit
dec5339680
@ -10,7 +10,7 @@ steps:
|
|||||||
restore: true
|
restore: true
|
||||||
cache_key: "{{ .Repo.Name }}"
|
cache_key: "{{ .Repo.Name }}"
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
#filesystem_cache_root: "/tmp/cache"
|
filesystem_cache_root: "/tmp/cache"
|
||||||
mount:
|
mount:
|
||||||
- '.pipcache'
|
- '.pipcache'
|
||||||
volumes:
|
volumes:
|
||||||
@ -35,9 +35,12 @@ steps:
|
|||||||
rebuild: true
|
rebuild: true
|
||||||
cache_key: "{{ .Repo.Name }}"
|
cache_key: "{{ .Repo.Name }}"
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
#filesystem_cache_root: "/tmp/cache"
|
filesystem_cache_root: "/tmp/cache"
|
||||||
mount:
|
mount:
|
||||||
- '.pipcache'
|
- '.pipcache'
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: /tmp/cache
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: banzaicloud/drone-kaniko
|
image: banzaicloud/drone-kaniko
|
||||||
@ -62,4 +65,4 @@ steps:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
tmp: {}
|
temp: {}
|
||||||
|
Reference in New Issue
Block a user