From 56b214ef469197b85c31786460ee997c94c424ad Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Wed, 8 Apr 2026 10:21:22 +0200 Subject: [PATCH] fix: avoid docker hub lookup --- .forgejo/workflows/docker-publish-semantic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/docker-publish-semantic.yml b/.forgejo/workflows/docker-publish-semantic.yml index e2fe658..d39fd2f 100644 --- a/.forgejo/workflows/docker-publish-semantic.yml +++ b/.forgejo/workflows/docker-publish-semantic.yml @@ -18,7 +18,7 @@ on: env: REGISTRY: bitfreedom.net IMAGE_NAME: ${{ github.repository }} - CACHE_REF: ${{ env.REGISTRY }}/${{ github.repository }}:semantic-buildcache-${{ matrix.arch }} + DOCKER_BUILD_SUMMARY: "false" jobs: @@ -88,8 +88,8 @@ jobs: build-args: | SEMANTIC_CACHE=true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:semantic-platform-${{ matrix.arch }} - cache-from: type=registry,ref=${{ env.CACHE_REF }} - cache-to: type=registry,ref=${{ env.CACHE_REF }},mode=max + cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:semantic-buildcache-${{ matrix.arch }} + cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ github.repository }}:semantic-buildcache-${{ matrix.arch }},mode=max merge: runs-on: docker-amd64