ci: alpine uv base container
Some checks failed
ci / lint_and_test (push) Failing after 1s

Forgejo docker runner config is incompatible with the distroless image. Distroless uv does not have the "tail" util.
This commit is contained in:
Chris Milne 2026-06-08 14:09:06 +01:00
parent fa730be9f5
commit 00ed43e5ce

View file

@ -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