correct information ci_hostname
This commit is contained in:
parent
dbb103647b
commit
a68892f648
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user