diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ed4f963..ad49421 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -41,8 +41,6 @@ jobs: push: true context: . tags: fascinated/beatsaber-overlay:latest - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - name: Build and Push (Other Branches) uses: docker/build-push-action@v5 @@ -51,5 +49,10 @@ jobs: push: true context: . tags: fascinated/beatsaber-overlay:${{ steps.branch-name.outputs.current_branch }} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache + + - name: Save Docker Build Cache + id: build-cache + uses: actions/cache/restore@v3 + with: + path: /tmp/.buildx-caches + key: ${{ runner.os }}-buildx diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d49516e..56a6fcc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ dependencies: specifier: ^11.11.0 version: 11.11.0 '@nextui-org/react': - specifier: 2.1.13 + specifier: ^2.1.13 version: 2.1.13(@types/react@18.2.28)(framer-motion@10.16.4)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.3.3) '@typescript-eslint/eslint-plugin': specifier: ^6.7.5