From 364ec21955dc9fab6452c85aaf8da082fda565ca Mon Sep 17 00:00:00 2001 From: Xaver Russ Date: Fri, 11 Jul 2025 13:27:24 +0200 Subject: [PATCH] on docker dind --- .forgejo/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 373fa34..c4b0f5c 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -13,12 +13,8 @@ jobs: build-and-push: # The runner with this label must have Docker installed to be able to run service containers. runs-on: node - services: - dind: - image: docker:24-dind - options: --privileged - env: - DOCKER_HOST: tcp://dind:2375 + container: + image: docker:24-dind steps: - name: Checkout uses: actions/checkout@v4