diff --git a/documentation/chapters/templates/push-tag-and-version-template.adoc b/documentation/chapters/templates/push-tag-and-version-template.adoc index 6334557..970bc06 100644 --- a/documentation/chapters/templates/push-tag-and-version-template.adoc +++ b/documentation/chapters/templates/push-tag-and-version-template.adoc @@ -16,5 +16,5 @@ For more details: https://gitlab.exxcellent.de/gilden/ci/exxcellent-ssh-tool[Gil .push-tag-and-version-template [source, yaml] ---- -include::{sourcedir}/push-tag-and-version-template.yml[] +include::{sourcedir}/push-tag-and-version-template.gitlab-ci.yml[] ---- \ No newline at end of file diff --git a/push-tag-and-version-template.yml b/push-tag-and-version-template.gitlab-ci.yml similarity index 100% rename from push-tag-and-version-template.yml rename to push-tag-and-version-template.gitlab-ci.yml