diff --git a/.forgejo/workflows/docker-publish-semantic.yml b/.forgejo/workflows/docker-publish-semantic.yml index 2fa59d5..ebbfd36 100644 --- a/.forgejo/workflows/docker-publish-semantic.yml +++ b/.forgejo/workflows/docker-publish-semantic.yml @@ -87,8 +87,6 @@ jobs: build-args: | SEMANTIC_CACHE=true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:semantic-platform-${{ matrix.arch }} - cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-semantic-${{ matrix.arch }} - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache-semantic-${{ matrix.arch }},mode=max merge: runs-on: docker-amd64 diff --git a/requirements.txt b/requirements.txt index f9ef22e..07edba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ tiktoken==0.12.0 tqdm==4.67.3 typing-inspection==0.4.2 typing_extensions==4.15.0 -uvicorn==0.46.0 +uvicorn==0.47.0 uvloop yarl==1.23.0 aiosqlite