From 3022a59218cbc562a022647897968a9a20e00ed6 Mon Sep 17 00:00:00 2001 From: Fernando Giorgetti Date: Fri, 13 Mar 2026 15:00:31 -0300 Subject: [PATCH] CircleCI config indentation issue --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf95c053b..ce522e0e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -168,6 +168,7 @@ workflows: - skupper-org - generate-must-gather: <<: *run_for_numeric_tags + image_tag: << pipeline.git.tag >> requires: - publish-oci-images build: @@ -359,9 +360,12 @@ jobs: root: . paths: - skupper-manifest - generate-must-gather: + generate-must-gather: executor: name: go_cimg + parameters: + image_tag: + type: string steps: - checkout - setup_remote_docker