This commit is contained in:
parent
3a69316f64
commit
393ecf0c3f
@ -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
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -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
|
||||
|
Reference in New Issue
Block a user