forked from sr2/cloud-api
ci: alpine uv base container
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:
|
lint_and_test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/astral-sh/uv:latest
|
image: ghcr.io/astral-sh/uv:alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: uv python install # Gets Python version from pyproject.toml
|
- run: uv python install # Gets Python version from pyproject.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue