diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index dec2b35..749327a 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -9,6 +9,10 @@ jobs: outputs: new_version: ${{ steps.new_version.outputs.new_version }} steps: + - name: Check out repository code + uses: actions/checkout@v4 + with: + fetch-depth: 0 id: new_version run: | VERSION=$(git describe --tags --abbrev=0)