fix(ci): unblock Forgejo image build for vergabe-teilnahme
Use uv sync --frozen so Docker builds consume the pinned uv.lock instead of resolving issue-core from Forgejo PyPI before that package is mirrored. Align image.yaml with the canonical container-build template.
This commit is contained in:
parent
050942ffc1
commit
dfbc13af86
2 changed files with 6 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ RUN --mount=type=secret,id=forgejo_pypi_user,required=false \
|
|||
if [ -f /run/secrets/forgejo_pypi_password ]; then \
|
||||
export UV_INDEX_FORGEJO_PASSWORD="$(cat /run/secrets/forgejo_pypi_password)"; \
|
||||
fi; \
|
||||
uv sync --no-dev --no-install-project \
|
||||
uv sync --frozen --no-dev --no-install-project \
|
||||
'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue