Update .forgejo/workflows/docker.yml
Some checks failed
Build docker images / build (push) Failing after 9s

This commit is contained in:
Ethan O'Brien 2024-07-21 21:23:17 +00:00
parent 76fd03e249
commit 5c60625783

View file

@ -13,11 +13,6 @@ jobs:
with:
node-version: '18'
- name: Start docker
shell: bash
run: |
dockerd & sleep 1
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3