This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new af41b92  Tag all-versions-image with latest
af41b92 is described below

commit af41b92b0f0c00be56e6f729f8ed7f9baddbcc6c
Author: Ivan Kelly <[email protected]>
AuthorDate: Wed Jan 10 10:25:21 2018 -0800

    Tag all-versions-image with latest
    
    So that scripts using it don't have to bump version each time.
    
    Author: Ivan Kelly <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo 
<[email protected]>
    
    This closes #964 from ivankelly/latest-tag
---
 tests/docker-all-versions-image/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tests/docker-all-versions-image/pom.xml 
b/tests/docker-all-versions-image/pom.xml
index 2a6893d..365f8b3 100644
--- a/tests/docker-all-versions-image/pom.xml
+++ b/tests/docker-all-versions-image/pom.xml
@@ -51,9 +51,18 @@
                 <id>default</id>
                 <goals>
                   <goal>build</goal>
-                  <goal>push</goal>
                 </goals>
               </execution>
+              <execution>
+                <id>add-latest-tag</id>
+                <goals>
+                  <goal>tag</goal>
+                </goals>
+                <configuration>
+                  
<repository>apachebookkeeper/bookkeeper-all-versions</repository>
+                  <tag>latest</tag>
+                </configuration>
+              </execution>
             </executions>
             <configuration>
               <repository>apachebookkeeper/bookkeeper-all-versions</repository>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to