From d410c8e41acabedeaa9f2b9d417ce81c4270187f Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 7 Oct 2020 16:26:15 +0200 Subject: [PATCH] Prepare release version 1.3.0 This aptch updates the build instructions to allow 1.3.0 releases. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88b3253..2170cf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - tag variables: - CI_REGISTRY_IMAGE_VERSION: "1.2.0" + CI_REGISTRY_IMAGE_VERSION: "1.3.0" CI_REGISTRY_BUILD_ARG: "--build-arg SI_TOOLS_VERSION=0.3.1" -- GitLab