Update .forgejo/workflows/build.yml
Some checks failed
/ test (push) Successful in 5s
Build And Push Oracolo to Docker Hub / build-push-docker-image (push) Failing after 11s

This commit is contained in:
PastaGringo 2024-05-28 10:10:10 +02:00
parent bd375b949a
commit 5c7cf70f36

View file

@ -12,6 +12,9 @@ jobs:
uses: https://github.com/actions/hello-world-docker-action@main
with:
who-to-greet: 'Mona the Octocat'
-
name: Chmod docker ...
run: sudo chmod 666 /var/run/docker.sock
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3