Skip to content

Commit 8a47806

Browse files
Jiaxin FanJiaxin Fan
authored andcommitted
Rebase resolved
1 parent 8252e1f commit 8a47806

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
run: |
103103
RUNTIME_NAME=${GITHUB_REF_NAME%@*}
104104
IMAGE_TAG=${GITHUB_REF_NAME##*@}
105-
./gradlew :core:$RUNTIME_NAME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
105+
./gradlew :core:$RUNTIME_NAME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,4 @@ This will return the following runtime images with the following names: `action-
113113

114114
```
115115
./gradlew :tests:test
116-
```
117-
An update about the details of verifying a standalone container can be found [here](https://github.com/apache/openwhisk-runtime-nodejs/tree/master/docs/users)
116+
```

0 commit comments

Comments
 (0)