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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08225b7  fix runtime name in publish task (#149)
08225b7 is described below

commit 08225b7aa853a0e6f0571edc34cef980aadc6f16
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 24 00:37:02 2023 -0500

    fix runtime name in publish task (#149)
    
    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

Reply via email to