Update .forgejo/workflows/build.yml
Some checks failed
Build And Push Oracolo to Docker Hub / build (push) Failing after 44s
/ test (push) Successful in 3s

This commit is contained in:
PastaGringo 2024-05-27 21:35:27 +02:00
parent f3c45801f1
commit ba45a6c35d

View file

@ -6,6 +6,9 @@ jobs:
build:
runs-on: docker
steps:
-
name: Install Docker
run: curl -fsSL https://get.docker.com | sh
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3