Commit 85d5ce13 authored by Liam Horne's avatar Liam Horne

ci: fix typo with GITHUB_SHA

parent f03bb3e5
......@@ -76,12 +76,11 @@ jobs:
run: |
if [ $CUSTOM_IMAGE_NAME == '' ]
then
echo "::set-output name=canary-docker-tag::$GITHUB_SHA_PREFIX"
echo "::set-output name=canary-docker-tag::${GITHUB_SHA::8}"
else
echo "::set-output name=canary-docker-tag::prerelease-$CUSTOM_IMAGE_NAME"
fi
env:
GITHUB_SHA_PREFIX: ${{ GITHUB_SHA::8 }}
CUSTOM_IMAGE_NAME: ${{ github.event.inputs.customImageName }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment