Test Parse 5

This commit is contained in:
2025-07-04 23:04:40 +05:30
parent 9f1c70fe73
commit e2a064f911

View File

@@ -12,7 +12,7 @@ jobs:
- name: Parse Caddy version - name: Parse Caddy version
id: 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 - name: Print version
run: echo $VERSION run: echo $VERSION