Don't build docker containers on actions since this doesn't work on macos

This commit is contained in:
David Dworken 2022-04-17 12:09:10 -07:00
parent f3cbe98091
commit 1ab68a804c

View File

@ -19,5 +19,3 @@ jobs:
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: make test
- name: Build docker contains
run: make build-api build-static