add docker build to CI
This commit is contained in:
parent
29c8babeee
commit
6c7b1e98e3
1 changed files with 10 additions and 0 deletions
10
.github/workflows/check.yml
vendored
10
.github/workflows/check.yml
vendored
|
|
@ -34,3 +34,13 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
build-docker-images:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker compose build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue