mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
(nextjs) fixed cache path
This commit is contained in:
parent
66042d11f9
commit
31df449eae
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@ steps:
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
mount:
|
mount:
|
||||||
- '/app/node_modules'
|
- '/app/node_modules'
|
||||||
|
volumes:
|
||||||
|
- name: cache
|
||||||
|
path: /tmp/cache
|
||||||
- name: build-master
|
- name: build-master
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
|
@ -72,4 +75,4 @@ steps:
|
||||||
from_secret: docker_repo
|
from_secret: docker_repo
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /tmp/cache
|
temp: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue