From e2a064f9116ec3c3702acd63c8de84b7d7a406dc Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Fri, 4 Jul 2025 23:04:40 +0530 Subject: [PATCH] Test Parse 5 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 9a6dc04..881d722 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: - name: Parse Caddy version id: version - run: echo "$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)" | tee -a $VERSION + run: echo "VERSION=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)" >> $GITHUB_ENV - name: Print version run: echo $VERSION