refactor(Container) Rename all Container related stuff from image suffix to container prefix

This commit is contained in:
Marcel Feix 2021-06-28 10:52:26 +02:00
parent 4df6a0c6bb
commit cd2549891a
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03
4 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ include:
- 'npm-dependencies-template.yml' - 'npm-dependencies-template.yml'
- 'npm-lint-template.yml' - 'npm-lint-template.yml'
- 'npm-test-template.yml' - 'npm-test-template.yml'
- 'publish-image.yml' - 'container-publish.yml'
- 'set-version-template.yml' - 'set-version-template.yml'
- 'sonar-template.yml' - 'sonar-template.yml'

View File

@ -14,5 +14,5 @@ Falls das Projekt aus mehreren Poms besteht, kann `bevor_script:` benutzt werden
.sonar-template .sonar-template
---- ----
include::{sourcedir}/publish-image.yml[] include::{sourcedir}/container-publish.yml[]
---- ----

View File

@ -37,7 +37,7 @@ include::chapters/generalInformation.adoc[leveloffset=1]
== Misc Templates == Misc Templates
include::chapters/templates/sonar-template.adoc[leveloffset=1] 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 == NPM Templates