Skip to content

Commit

Permalink
Rebase resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaxin Fan authored and Jiaxin Fan committed Jan 30, 2023
1 parent 8252e1f commit 8a47806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
run: |
RUNTIME_NAME=${GITHUB_REF_NAME%@*}
IMAGE_TAG=${GITHUB_REF_NAME##*@}
./gradlew :core:$RUNTIME_NAME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
./gradlew :core:$RUNTIME_NAME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ This will return the following runtime images with the following names: `action-

```
./gradlew :tests:test
```
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)
```

0 comments on commit 8a47806

Please sign in to comment.