Update .forgejo/workflows/build.yml
Some checks failed
/ test (push) Waiting to run
Build And Push Oracolo to Docker Hub / build-push-oracolo (push) Failing after 49s

This commit is contained in:
PastaGringo 2024-05-27 22:54:12 +02:00
parent d0785a9a68
commit 9aeb1311c0

View file

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