Skip to content

Commit 08225b7

Browse files
authored
fix runtime name in publish task (#149)
fix mistake from #147
1 parent ff19223 commit 08225b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
elif [ ${RUNTIME_VERSION} == "8a" ]; then
104104
RUNTIME="java8actionloop"
105105
fi
106-
./gradlew :core:${RUNTIME}Action:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
106+
./gradlew :core:${RUNTIME}:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG

0 commit comments

Comments
 (0)