Use local images
This commit is contained in:
parent
9dd00e3deb
commit
1190718e98
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue