Update WF

This commit is contained in:
2026-02-11 16:27:36 +05:30
parent c6355f5275
commit f304244618
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
name: Parse Caddy version
id: version
run: |
VERSION=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)
VERSION=$(grep -m 1 -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]' Dockerfile | cut -d ':' -f2)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "Version from file: $VERSION"