Docker build

This commit is contained in:
criyle 2020-12-30 15:04:39 -08:00
parent 22fe2b3a99
commit d48341b23c
2 changed files with 1 additions and 4 deletions

View File

@ -182,6 +182,7 @@ jobs:
asset_name: executorserver-macOS-${{ matrix.GOARCH }} asset_name: executorserver-macOS-${{ matrix.GOARCH }}
asset_content_type: application/octet-stream asset_content_type: application/octet-stream
docker: docker:
name: Build Docker Image
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -

View File

@ -197,10 +197,6 @@ Requests/sec: 449.15
Transfer/sec: 121.98KB Transfer/sec: 121.98KB
``` ```
### TODO
- [ ] Github actions to auto build docker image
### REST API Interface ### REST API Interface
```typescript ```typescript