diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1642992..9a6dc04 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - name: Parse Caddy version id: version - run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)" + run: echo "$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)" | tee -a $VERSION - name: Print version - run: echo $version + run: echo $VERSION