mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36: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"
|
||||
mount:
|
||||
- '/app/node_modules'
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
- name: build-master
|
||||
image: plugins/docker
|
||||
when:
|
||||
|
@ -72,4 +75,4 @@ steps:
|
|||
from_secret: docker_repo
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
temp: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue