refactor(Container) Rename all Container related stuff from image suffix to container prefix
This commit is contained in:
parent
4df6a0c6bb
commit
cd2549891a
@ -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'
|
||||||
|
|
||||||
|
|||||||
@ -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[]
|
||||||
----
|
----
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user