fix caching
Some checks failed
Publish / docker (push) Failing after 1m46s

This commit is contained in:
Lee 2023-10-15 03:45:42 +01:00
parent 3a69316f64
commit 393ecf0c3f
2 changed files with 8 additions and 5 deletions

@ -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

@ -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