diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 913aa95..700dc3c 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,7 +26,8 @@ jobs: - name: Extract Version Tag if: steps.check-existing.conclusion == 'success' id: extract-version - run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT + # run: echo "docker_tag=$(git describe --tags --abbrev=0 | cut -d 'v' -f2-)" >> GITHUB_OUTPUT + run: echo "docker_tag='$(git describe --tags --abbrev=0 | cut -d \'v\' -f2-)'" >> GITHUB_OUTPUT shell: bash - name: Remove temporary files