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

rabbah pushed a commit to branch travis
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-dotnet.git

commit af4d3520b21b89ba1a34f77b4f7f5a6fa1f14f1d
Author: Rodric Rabbah <rod...@gmail.com>
AuthorDate: Tue Dec 11 17:55:33 2018 -0800

    Fix missing RUNTIME name.
---
 tools/travis/publish.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index b230016..8c4b428 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -29,6 +29,7 @@ export OPENWHISK_HOME=$WHISKDIR
 IMAGE_PREFIX=$1
 RUNTIME_VERSION=$2
 IMAGE_TAG=$3
+RUNTIME="action-dotnet-v${RUNTIME_VERSION}"
 
 if [[ ! -z ${DOCKER_USER} ]] && [[ ! -z ${DOCKER_PASSWORD} ]]; then
 docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"

Reply via email to