From 4fc243bc114c5b766ecb933d10583c6c8f475c4a Mon Sep 17 00:00:00 2001 From: paspo Date: Tue, 28 Oct 2025 17:49:45 +0100 Subject: [PATCH] don't use docker cache when building --- .gitea/workflows/build_and_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index fc92048..dea92e8 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -46,7 +46,7 @@ jobs: run: | docker build \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ - --platform linux/${{ matrix.arch }} -f Dockerfile . + --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} manifest: