2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Check release tag before publishing docker image

This commit is contained in:
Oliver Walters
2021-08-07 21:21:09 +10:00
parent 512eceb2a6
commit e72e34413d
2 changed files with 41 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Check Release tag
run: |
python3 ci/check_version_number.py ${{ github.event.release.tag_name }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx