diff --git a/.gitlab/release-notes.md.template b/.gitlab/release-notes.md.template index eeac4ad606c6b5890144395d05cbb1103d14d0c5..b61044fabdac5471d9f99bdb0aaed1d533890b1e 100644 --- a/.gitlab/release-notes.md.template +++ b/.gitlab/release-notes.md.template @@ -8,7 +8,7 @@ You can use the OpenTofu CI/CD component from the CI/CD catalog using: ```yaml include: - - component: $CI_COMMIT_TAG/$CI_PROJECT_PATH/full-pipeline@$CI_COMMIT_TAG + - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/full-pipeline@$CI_COMMIT_TAG inputs: # The version must currently be specified explicitly as an input, # to find the correctly associated images. # This can be removed