diff options
-rw-r--r-- | sdc-os-chef/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index f825426393..94ea55f9aa 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -132,6 +132,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -146,6 +147,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -160,6 +162,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -174,6 +177,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -188,6 +192,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -202,6 +207,7 @@ <tags> <tag>${docker.tag}</tag> <tag>${docker.latest.tag}</tag> + <tag>1.1-STAGING-latest</tag> </tags> </build> </image> @@ -217,7 +223,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> + <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> </configuration> </execution> @@ -237,7 +243,7 @@ <goal>push</goal> </goals> <configuration> - <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> + <image>openecomp/sdc-backend,openecomp/sdc-frontend,openecomp/sdc-elasticsearch,openecomp/sdc-kibana,openecomp/sdc-sanity</image> </configuration> </execution> </executions> |