We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff19223 commit 08225b7Copy full SHA for 08225b7
1 file changed
.github/workflows/ci.yaml
@@ -103,4 +103,4 @@ jobs:
103
elif [ ${RUNTIME_VERSION} == "8a" ]; then
104
RUNTIME="java8actionloop"
105
fi
106
- ./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
0 commit comments