Use local images
Some checks failed
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline failed

This commit is contained in:
phil 2025-06-25 14:47:11 +02:00
parent 9dd00e3deb
commit 1190718e98

View file

@ -21,7 +21,7 @@ steps:
from_secret: registry_password
sync:
image: ghcr.io/astral-sh/uv:python3.13-alpine
image: code.philo.ydns.eu/philorg/uv
volumes:
- uv-cache:/uv-cache
environment:
@ -31,7 +31,7 @@ steps:
- uv sync
build:
image: ghcr.io/astral-sh/uv:python3.13-alpine
image: code.philo.ydns.eu/philorg/uv
volumes:
- uv-cache:/uv-cache
environment:
@ -42,7 +42,7 @@ steps:
- uv cache prune --ci
push_python:
image: ghcr.io/astral-sh/uv:python3.13-alpine
image: code.philo.ydns.eu/philorg/uv
environment:
OWNER: philorg
REGISTRY_URL: https://code.philo.ydns.eu