From 217bddf280c66c30de4361e42f71fb3709871cfe Mon Sep 17 00:00:00 2001 From: paspo Date: Sat, 4 Oct 2025 08:00:52 +0200 Subject: [PATCH] disabled docker cache --- .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 6047083..a07f176 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -51,7 +51,7 @@ jobs: --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }} \ --build-arg "GLPI_VERSION=11.0.0" \ --build-arg "ALPINE_VERSION=3.22" \ - --platform linux/${{ matrix.arch }} -f Dockerfile . + --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile . docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:11.0.0-${{ matrix.arch }}