ci: avoid GitHub action downloads #2

Merged
Jacky merged 6 commits from fix/gitea-actions-mirror into main 2026-08-08 23:52:14 +08:00
Showing only changes of commit 8e0ab7dae7 - Show all commits
-5
View File
@@ -64,8 +64,3 @@ jobs:
.venv-ci/bin/python backend/manage.py check_mysql
.venv-ci/bin/python backend/manage.py migrate --noinput
.venv-ci/bin/python -m pytest -q
- name: Build image
run: |
docker build \
--build-arg PIP_INDEX_URL=https://mirrors.aliyun.com/pypi/simple \
-t hulumath:${{ gitea.sha }} .