From 8e0ab7dae750ba1eaadda161e387033e7f6e31a1 Mon Sep 17 00:00:00 2001 From: Jacky Date: Sat, 8 Aug 2026 23:36:27 +0800 Subject: [PATCH] ci: skip unused application image build --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 35b2754..d4e5b4e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 }} .