Update .gitea/workflows/docker-build.yml

This commit is contained in:
2025-10-10 09:02:12 +01:00
parent ea9c13ae91
commit 048feaba33

View File

@@ -18,6 +18,19 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
with:
python-version-file: "pyproject.toml"
- name: Install the project dependencies
run: |
uv sync --all-groups
uv add pip
uv export --format requirements.txt -o requirements.txt
# uv run python -m pip install --upgrade pip
# uv run python -m pip install -r requirements.txt
- name: Derive lowercase repo name
run: |