diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index d43d1fc..30ac62f 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -17,4 +17,4 @@ jobs: 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 \ No newline at end of file + run: echo ${{ env.VERSION }} \ No newline at end of file