port bot to rust, upgrade response, and cut away some of the tf cruft

This commit is contained in:
41666 2022-02-06 19:16:08 -05:00
parent 0a37eff047
commit f5fb729ce7
17 changed files with 1440 additions and 205 deletions

View file

@ -118,7 +118,7 @@ jobs:
id: docker
with:
context: .
file: ./hack/dockerfiles/${{matrix.dockerfile}}.Dockerfile
file: ./packages/${{ matrix.dockerfile }}/Dockerfile
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache