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 <[email protected]> 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
