Github: Add debug message to build

This commit is contained in:
Matthew Wild 2020-05-13 15:21:02 +01:00
parent ef86fa5b1f
commit 481d5b610f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the Docker image
run: >-
echo "Building ref $GITHUB_REF..."
RELEASE_TAG="${GITHUB_REF#refs/tags/release/}"
RELEASE_SERIES="${RELEASE_TAG%.*}"
RELEASE_VER="${RELEASE_TAG#$RELEASE_SERIES.}"