Compare commits

..

3 commits

Author SHA1 Message Date
Renovate Bot
e0d7801220 chore(deps): update dependency tiktoken to v0.13.0
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m17s
2026-05-15 07:52:17 +00:00
9ca29b65c7 Merge pull request 'rm cache for build' (#79) from alpha-nerd-patch-1 into main
Some checks failed
Build and Publish Docker Image (Semantic Cache) / build (arm64, linux/arm64, docker-arm64) (push) Successful in 14m35s
Build and Publish Docker Image (Semantic Cache) / build (amd64, linux/amd64, docker-amd64) (push) Successful in 3m42s
Build and Publish Docker Image (Semantic Cache) / merge (push) Waiting to run
Build and Publish Docker Image / build (amd64, linux/amd64, docker-amd64) (push) Successful in 1m19s
Build and Publish Docker Image / build (arm64, linux/arm64, docker-arm64) (push) Has been cancelled
Build and Publish Docker Image / merge (push) Has been cancelled
Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/79
2026-05-15 09:50:20 +02:00
5bd7d4d04d .forgejo/workflows/docker-publish-semantic.yml aktualisiert
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m14s
2026-05-15 09:23:59 +02:00

View file

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