From a68892f648a77dd8f68b30f5a5e80676804b449f Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 24 Oct 2023 11:31:47 +0200 Subject: [PATCH] correct information ci_hostname --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b2239ef..7601f3a 100644 --- a/action.yml +++ b/action.yml @@ -112,8 +112,9 @@ runs: shell: bash if: inputs.add_ci_registry_target == 'true' run: | - # TODO candidate for extraction to common information gathering role - # extract base hostname from server url + echo "steps.information.outputs.ci_hostname=${{ steps.information.outputs.ci_hostname }}" + echo "steps.information_hostname.outputs.ci_hostname=${{ steps.information_hostname.outputs.ci_hostname }}" + CI_REGISTRY="${{ steps.information.outputs.ci_hostname }}" echo "CI_REGISTRY=$CI_REGISTRY" >> $GITHUB_ENV