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