ci: use github-token to get around potential api throttling + rework dockerfile (#554)

* ci: use github-token to get around potential api throttling

* build: put pyannote-audio separate to the project

* fix: now that we have a readme, use it

* build: add UV_NO_CACHE
This commit is contained in:
2025-08-20 21:59:29 -06:00
committed by GitHub
parent 3ea7f6b7b6
commit af16178f86
4 changed files with 11 additions and 5 deletions

View File

@@ -40,7 +40,8 @@ jobs:
context: server
platforms: linux/amd64
cache-from: type=gha,scope=amd64
cache-to: type=gha,mode=min,scope=amd64
cache-to: type=gha,mode=max,scope=amd64
github-token: ${{ secrets.GHA_CACHE_TOKEN }}
docker-arm64:
runs-on: linux-arm64
@@ -54,4 +55,5 @@ jobs:
context: server
platforms: linux/arm64
cache-from: type=gha,scope=arm64
cache-to: type=gha,mode=min,scope=arm64
cache-to: type=gha,mode=max,scope=arm64
github-token: ${{ secrets.GHA_CACHE_TOKEN }}