Update WF for Print
This commit is contained in:
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
@@ -14,5 +14,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Parse Caddy version
|
||||
id: version
|
||||
run: echo "VERSION=$(grep -Eo 'caddy:[0-9]+\.[0-9]+\.[0-9]+$' caddy-cloudflare/Dockerfile | cut -d ':' -f2)" >> $GITHUB_ENV
|
||||
-
|
||||
name: Print
|
||||
run: echo env.VERSION
|
||||
Reference in New Issue
Block a user