add docker
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 7s

This commit is contained in:
brooke 2024-06-04 16:23:00 -04:00
parent 0aff7c7abb
commit 453a1b0e54

View file

@ -18,6 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install deps
run: curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@master
with: