Skip to content

Commit

Permalink
validate docker build in CI (roapi#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp authored Oct 10, 2021
1 parent 92e1e24 commit fd824ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion columnq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion roapi-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roapi-http"
version = "0.4.1"
version = "0.4.2"
authors = ["QP Hou <[email protected]>"]
homepage = "https://github.com/roapi/roapi"
license = "MIT"
Expand Down

0 comments on commit fd824ca

Please sign in to comment.