Test Parse 3
This commit is contained in:
@@ -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)" | tee -a $GITHUB_OUTPUT
|
||||
run: echo "version=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' Dockerfile | cut -d ':' -f2)"
|
||||
|
||||
- name: Print version
|
||||
run: echo $GITHUB_OUTPUT
|
||||
run: echo $version
|
||||
|
||||
Reference in New Issue
Block a user