Skip to content

Commit 25bee0e

Browse files
committed
fix: make sure azure devops cachedi is writable
1 parent 5a612d0 commit 25bee0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.8,source=/uv,target=/bin/uv \
6363
FROM base AS final
6464

6565
COPY --from=install /app/.venv /app/.venv
66+
ENV AZURE_DEVOPS_CACHE_DIR="/tmp/.azure-devops"
6667
ENTRYPOINT ["gitopscli"]

0 commit comments

Comments
 (0)