added auto tag.
This commit is contained in:
parent
46cd19f5d1
commit
d834b3a33d
1 changed files with 8 additions and 0 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue