diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf8bf3c..10a32aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,8 @@ build: script: - git submodule sync - git submodule update --init --remote --force + - export VERSION=$(cat VERSION) + - export DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME} + - export DOCKER_IMAGE_TAG=$VERSION - chmod +x "${BUILD_SCRIPT}" && "./${BUILD_SCRIPT}" when: manual