2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Version checker (#3102)

* Updates for docker version check script:

- Do not run on a push to stable
- Check existing versions via GitHub API
- Add stable docker image tag also

* Fix regex pattern

* Check for null regex result

* Push to stable on tagged release
This commit is contained in:
Oliver
2022-05-31 09:50:38 +10:00
committed by GitHub
parent 8a2cfa04d1
commit ccefefdc7f
3 changed files with 95 additions and 33 deletions

View File

@ -91,9 +91,6 @@ jobs:
cache: 'pip'
- name: Run pre-commit Checks
uses: pre-commit/action@v2.0.3
- name: Check version number
run: |
python3 ci/check_version_number.py
python:
name: Tests - inventree-python