1
0
Fork 0
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:
Fedor Katurov 2022-01-17 17:16:45 +07:00
parent 66042d11f9
commit 31df449eae

View file

@ -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: {}