diff --git a/publish-image.yml b/container-publish.yml similarity index 100% rename from publish-image.yml rename to container-publish.yml diff --git a/documentation/chapters/generalInformation.adoc b/documentation/chapters/generalInformation.adoc index 2b47efc..1369924 100644 --- a/documentation/chapters/generalInformation.adoc +++ b/documentation/chapters/generalInformation.adoc @@ -23,7 +23,7 @@ include: - 'npm-dependencies-template.yml' - 'npm-lint-template.yml' - 'npm-test-template.yml' - - 'publish-image.yml' + - 'container-publish.yml' - 'set-version-template.yml' - 'sonar-template.yml' diff --git a/documentation/chapters/templates/publish-image.adoc b/documentation/chapters/templates/container-publish.adoc similarity index 90% rename from documentation/chapters/templates/publish-image.adoc rename to documentation/chapters/templates/container-publish.adoc index 2c2fa41..f0d261a 100644 --- a/documentation/chapters/templates/publish-image.adoc +++ b/documentation/chapters/templates/container-publish.adoc @@ -14,5 +14,5 @@ Falls das Projekt aus mehreren Poms besteht, kann `bevor_script:` benutzt werden .sonar-template ---- -include::{sourcedir}/publish-image.yml[] +include::{sourcedir}/container-publish.yml[] ---- \ No newline at end of file diff --git a/documentation/document.adoc b/documentation/document.adoc index 65a24ae..88bcacb 100644 --- a/documentation/document.adoc +++ b/documentation/document.adoc @@ -37,7 +37,7 @@ include::chapters/generalInformation.adoc[leveloffset=1] == Misc Templates include::chapters/templates/sonar-template.adoc[leveloffset=1] -include::chapters/templates/publish-image.adoc[leveloffset=1] +include::chapters/templates/container-publish.adoc[leveloffset=1] == NPM Templates