Test Parse 4

This commit is contained in:
2025-07-04 23:02:44 +05:30
parent f0e7aee55b
commit 9f1c70fe73

View File

@@ -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