From b57430797bfd54cd017ae3f1b4c7032c81419671 Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Mon, 1 Mar 2021 16:23:40 +0100 Subject: [PATCH] CI: enable java8 tagged build The Java 8 tagged-job did not set the boolean to true. This would prevent the resulting docker image to not get tagged with the ref tag. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58ecee1..756749a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,5 +42,6 @@ debian10-java8:tagged-build: CI_DISTRO_TARGET: "debian10" MAKE_TARGET: "java8" DEBIAN_FRONTEND: "noninteractive" + TAGGED_BUILD: "true" rules: - if: '$CI_COMMIT_TAG =~ /^Release_[0-9]+\.[0-9]+\.[0-9]+$/'