Merge pull request #67 from arabcoders/dev

added auto tag.
This commit is contained in:
Abdulmohsen 2024-01-20 23:16:06 +03:00 committed by GitHub
commit 52078bdc12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'