You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/02/14 21:35:56 UTC

[openwhisk-runtime-java] 01/01: fix runtime name in publish task

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

dgrove pushed a commit to branch dgrove-oss-patch-2
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git

commit c65e893c9a91bba2ac563fef29d2454e23e27680
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Feb 14 16:35:49 2023 -0500

    fix runtime name in publish task
    
    fix mistake from #147
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6e6a971..a8a8e31 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -103,4 +103,4 @@ jobs:
           elif [ ${RUNTIME_VERSION} == "8a" ]; then
             RUNTIME="java8actionloop"
           fi
-          ./gradlew :core:${RUNTIME}Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
+          ./gradlew :core:${RUNTIME}:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG