From 00ed43e5ce5fd1a8c357e7363ab25c63b1450a13 Mon Sep 17 00:00:00 2001 From: luxferre Date: Mon, 8 Jun 2026 14:09:06 +0100 Subject: [PATCH] ci: alpine uv base container Forgejo docker runner config is incompatible with the distroless image. Distroless uv does not have the "tail" util. --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 38eaa35..82b5577 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: lint_and_test: runs-on: docker container: - image: ghcr.io/astral-sh/uv:latest + image: ghcr.io/astral-sh/uv:alpine steps: - uses: actions/checkout@v6 - run: uv python install # Gets Python version from pyproject.toml