Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
aad3684117 chore(deps): update dependency uvicorn to v0.47.0
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m26s
2026-05-15 07:30:22 +00:00

View file

@ -87,6 +87,8 @@ 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