ci: skip unused application image build
This commit is contained in:
@@ -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 }} .
|
||||
|
||||
Reference in New Issue
Block a user