Use simple image syntax in GitLab integration docs

This commit is contained in:
Sigurd Spieckermann 2024-10-08 12:32:34 +02:00 committed by Zanie Blue
parent cae9507bda
commit b70405c59a

View file

@ -16,8 +16,7 @@ stages:
uv:
stage: analysis
image:
name: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
script:
# your `uv` commands
```