From 07c89fa9759ecde7fa8c89826b80fd082c243611 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Fri, 5 May 2023 14:31:03 +0200 Subject: [PATCH] Always publish external images Signed-off-by: Evan Lezar --- .common-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.common-ci.yml b/.common-ci.yml index 926854c3..2b754154 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -245,6 +245,8 @@ test-packaging: .release:external: extends: - .release + variables: + FORCE_PUBLISH_IMAGES: "yes" rules: - if: $CI_COMMIT_TAG variables: