add docker build to CI

This commit is contained in:
Peter Rounce 2023-02-22 16:45:16 +00:00 committed by GitHub
parent 29c8babeee
commit 6c7b1e98e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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