correct information ci_hostname

This commit is contained in:
David Hiendl 2023-10-24 11:31:47 +02:00
parent dbb103647b
commit a68892f648

View File

@ -112,8 +112,9 @@ runs:
shell: bash shell: bash
if: inputs.add_ci_registry_target == 'true' if: inputs.add_ci_registry_target == 'true'
run: | run: |
# TODO candidate for extraction to common information gathering role echo "steps.information.outputs.ci_hostname=${{ steps.information.outputs.ci_hostname }}"
# extract base hostname from server url echo "steps.information_hostname.outputs.ci_hostname=${{ steps.information_hostname.outputs.ci_hostname }}"
CI_REGISTRY="${{ steps.information.outputs.ci_hostname }}" CI_REGISTRY="${{ steps.information.outputs.ci_hostname }}"
echo "CI_REGISTRY=$CI_REGISTRY" >> $GITHUB_ENV echo "CI_REGISTRY=$CI_REGISTRY" >> $GITHUB_ENV