From f180bca6da167af724c83dde26d51ad24c1c4131 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 8 Oct 2025 17:26:25 +0200 Subject: [PATCH] removed 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 c9e6277..caae259 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -48,7 +48,7 @@ jobs: docker build \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} \ --build-arg "ALPINE_VERSION=${{ env.ALPINE_VERSION }}" \ - --platform linux/${{ matrix.arch }} -f Dockerfile . + --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} manifest: