From 25bee0e15a618f2e9c69c1669b6662e35594532e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20K=C3=B6nig?= <22750370+koenigle@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:30:22 +0100 Subject: [PATCH] fix: make sure azure devops cachedi is writable --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e238aa1..afcc085 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,4 +63,5 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.8,source=/uv,target=/bin/uv \ FROM base AS final COPY --from=install /app/.venv /app/.venv +ENV AZURE_DEVOPS_CACHE_DIR="/tmp/.azure-devops" ENTRYPOINT ["gitopscli"]