diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-09 04:12:39 -0700 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-08-09 04:12:39 -0700 |
commit | 29ed4a92e925b2fa7de9ee53dc527547a56b6f01 (patch) | |
tree | 424d5c2d5c665121a6e7424f6b55624374942d37 /pom.xml | |
parent | eb8379afad8e2935cad75a64880e21df4c471a10 (diff) |
Fix the docker image push
Fix the missing operation TAG in spotify plugin to push the docker image
Change-Id: I11fb180a51275552ee9d4ecce353b6847c62bbcb
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -610,6 +610,18 @@ </configuration> </execution> <execution> + <id>tag-image</id> + <phase>package</phase> + <goals> + <goal>tag</goal> + </goals> + <configuration> + <image>onap/clamp</image> + <newName>${docker.push.registry}/onap/clamp</newName> + <skipDockerTag>${skip.docker.tag}</skipDockerTag> + </configuration> + </execution> + <execution> <id>push-image</id> <phase>deploy</phase> <goals> |