0

Update .gitea/workflows/main.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m6s

This commit is contained in:
Nikolai X. Shadeuxs 2024-06-19 03:43:58 -04:00
parent fe4c334efb
commit 7127dadae3

View File

@ -26,7 +26,7 @@ jobs:
- name: Download dependencies to cache - name: Download dependencies to cache
run: | run: |
mkdir -p /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/ 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 mkdir -p ${{ gitea.workspace }}/cache
cp -r /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/* ${{ gitea.workspace }}/cache/ cp -r /opt/hostedtoolcache/${{ gitea.repository }}-${{ gitea.ref_name }}/pnpm/* ${{ gitea.workspace }}/cache/