mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
validate docker build in CI (#87)
This commit is contained in:
parent
92e1e2408e
commit
fd824cabf2
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
@ -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>"]
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user