added auto tag.

This commit is contained in:
ArabCoders 2024-01-20 23:13:56 +03:00
parent 46cd19f5d1
commit d834b3a33d

View file

@ -90,6 +90,14 @@ jobs:
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
- name: Version tag
uses: Jorricks/action-python-autotagging@1.0.1
if: github.event_name != 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: app/version.py
variable: APP_VERSION
dockerhub-sync-readme:
needs: push-build
if: github.event_name != 'pull_request'