Version needs to be a string in gitlab-ci

This commit is contained in:
Deon George 2023-04-27 21:53:24 +10:00
parent fcead7736d
commit d63ab2a345

View File

@ -3,7 +3,7 @@ stages:
- build-manifest - build-manifest
variables: variables:
VERSION: 5.9 VERSION: "5.9"
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
VERSIONARCH: ${VERSION}-${ARCH} VERSIONARCH: ${VERSION}-${ARCH}