Update .gitea/workflows/main.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m6s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m6s
This commit is contained in:
parent
fe4c334efb
commit
7127dadae3
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Download dependencies to cache
|
||||
run: |
|
||||
mkdir -p /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/
|
||||
pnpm fetch --prod --lockfile-only --lockfile-path=apps/api/pnpm-lock.yaml --store-dir /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/
|
||||
pnpm fetch --prod --lockfile-dir=apps/api --store-dir /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/
|
||||
mkdir -p ${{ gitea.workspace }}/cache
|
||||
cp -r /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/* ${{ gitea.workspace }}/cache/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user