Print version to stdout

This commit is contained in:
Ethan O'Brien
2025-11-30 18:27:30 -06:00
parent 2cc2138eda
commit b9f9929ea9

View File

@@ -27,6 +27,7 @@ jobs:
shell: bash shell: bash
run: | run: |
echo "APP_VERSION=$(grep "^version" Cargo.toml | sed -E 's/version\s*=\s*["]([^"]*)["]/\1/')" >> $GITHUB_ENV echo "APP_VERSION=$(grep "^version" Cargo.toml | sed -E 's/version\s*=\s*["]([^"]*)["]/\1/')" >> $GITHUB_ENV
echo $(grep "^version" Cargo.toml | sed -E 's/version\s*=\s*["]([^"]*)["]/\1/')
- name: Log in to DockerHub - name: Log in to DockerHub
uses: docker/login-action@v3 uses: docker/login-action@v3