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

This commit is contained in:
PastaGringo 2024-05-28 00:28:01 +02:00
parent a7ed834ee8
commit aca7878b39

View file

@ -8,7 +8,7 @@ jobs:
steps:
-
name: Install Docker
run: curl -fsSL https://get.docker.com | sh
run: curl -fsSL https://get.docker.com | sh && dockerd-rootless-setuptool.sh install
-
name: Build Dockerfile
run: docker build -t pastagringo/oracolo-docker .