Forgejo docker runner config is incompatible with the distroless image. Distroless uv does not have the "tail" util.
This commit is contained in:
parent
fa730be9f5
commit
00ed43e5ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue