This commit is contained in:
brooke 2025-03-04 00:47:57 -05:00
parent c03fe637bf
commit 4f26e4be18

View file

@ -13,7 +13,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install deps - name: Install deps
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && apt update && apt install -y jq
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx