Print the build version when the container starts

This commit is contained in:
Josh.5
2022-01-15 23:57:32 +13:00
parent ba3f96c5fd
commit 57641f7536
2 changed files with 8 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ jobs:
fi
fi
echo ${VERSION} > ./overlay/version.txt
DOCKER_PUSH="true"
if [[ ${DOCKER_IMAGE} != 'docker.io/josh5/steam-headless' ]]; then
DOCKER_PUSH="false"