fix(ci): unblock Forgejo image build for vergabe-teilnahme
Some checks failed
Build and Publish Container Image / build-and-push (push) Failing after 6s
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

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:
tegwick 2026-07-12 00:42:52 +02:00
parent 050942ffc1
commit dfbc13af86
2 changed files with 6 additions and 13 deletions

View file

@ -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 \
'