ci: skip unused application image build
CI / test (pull_request) Successful in 3m17s
PR合并自动部署 / test (pull_request) Successful in 2m50s
PR合并自动部署 / deploy (pull_request) Successful in 10s

This commit is contained in:
2026-08-08 23:36:27 +08:00
parent 4b59828544
commit 8e0ab7dae7
-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 }} .