From d834b3a33dfd6621a571a54a58d78244287ffb61 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Sat, 20 Jan 2024 23:13:56 +0300 Subject: [PATCH] added auto tag. --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c210200c..9b4e6142 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'