You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/05/07 13:52:37 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: Update Travis file to build & push Node.js v12 image to Docker Hub. (#128)

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

jamesthomas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new ab224ab  Update Travis file to build & push Node.js v12 image to Docker Hub. (#128)
ab224ab is described below

commit ab224ab572839de626f8dfc9bb90ea2a4938aac4
Author: James Thomas <ja...@jamesthom.as>
AuthorDate: Tue May 7 14:52:32 2019 +0100

    Update Travis file to build & push Node.js v12 image to Docker Hub. (#128)
    
    * Update Travis file to build & push Node.js v12 image to Docker Hub.
    
    Related to #126
    
    * Fixing string formatting causing travis parsing error!
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 17ed9c1..e62ba20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ deploy:
       all_branches: true
       repo: apache/incubator-openwhisk-runtime-nodejs
   - provider: script
-    script: "./tools/travis/publish.sh openwhisk 6 latest && ./tools/travis/publish.sh openwhisk 8 latest && ./tools/travis/publish.sh openwhisk 10 latest"
+    script: "./tools/travis/publish.sh openwhisk 6 latest && ./tools/travis/publish.sh openwhisk 8 latest && ./tools/travis/publish.sh openwhisk 10 latest && ./tools/travis/publish.sh openwhisk 12 latest"
     on:
       branch: master
       repo: apache/incubator-openwhisk-runtime-nodejs