validate docker build in CI (#87)

This commit is contained in:
QP Hou 2021-10-10 13:46:17 -07:00 committed by GitHub
parent 92e1e2408e
commit fd824cabf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -84,4 +84,8 @@ jobs:
with:
context: .
push: false
tags: latest
load: true
tags: roapi-http:latest
- name: Test
run: |
docker run --rm roapi-http:latest --help

View File

@ -1,6 +1,6 @@
[package]
name = "columnq"
version = "0.4.1"
version = "0.4.2"
homepage = "https://github.com/roapi/roapi"
license = "MIT"
authors = ["QP Hou <dave2008713@gmail.com>"]

View File

@ -1,6 +1,6 @@
[package]
name = "roapi-http"
version = "0.4.1"
version = "0.4.2"
authors = ["QP Hou <dave2008713@gmail.com>"]
homepage = "https://github.com/roapi/roapi"
license = "MIT"