diff options
author | 2022-06-01 12:15:08 -0700 | |
---|---|---|
committer | 2022-06-01 12:15:08 -0700 | |
commit | 433a30a20a4f54bb19259377f0d0995a65d66c04 (patch) | |
tree | baa0cf569ce91124dc1a94ee9755d79b5e86315b | |
parent | Remove GIT_SHA from README.md (diff) |
CI: print the version to help with debugging
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b878113..c8d7a68 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,6 +31,7 @@ jobs: set -eu version=$(python scripts/version.py) echo "::set-output name=version::version" + printf "%s\n" "${version}" # The current version (v2) of Docker's build-push action uses buildx, # which comes with BuildKit. It has cache features which can speed up |