From ec1f3bd14b5607e93ef9ed698bc262a0e58d28f1 Mon Sep 17 00:00:00 2001 From: Timothee Gosselin <timothee@indie.host> Date: Tue, 15 Feb 2022 12:15:00 +0000 Subject: [PATCH] Fix ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad0a67b..b89d6e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ test-stable: .push: extends: .test before_script: + - *compute_version - cp $DOCKER_SECRET_CONFIG /kaniko/.docker/config.json - export DESTINATION="--destination ${DOCKER_HUB_REPO}:${DISCOURSE_VERSION}-${DATE} --destination ${DOCKER_HUB_REPO}:${DISCOURSE_VERSION} --destination ${DOCKER_HUB_REPO}:${DISCOURSE_MAJOR} --destination ${DOCKER_HUB_REPO}:${CHANNEL}" except: [] -- GitLab