diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index f81fdec..cf909ae 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -15,6 +15,8 @@ jobs: runs-on: docker container: image: node:22 # Optionally install Docker CLI in a step + volumes: + - /var/run/docker.sock:/var/run/docker.sock steps: - name: Checkout repository