diff --git a/.gitea/workflows/coder-templates.yml b/.gitea/workflows/coder-templates.yml index b75910e..9c9c662 100644 --- a/.gitea/workflows/coder-templates.yml +++ b/.gitea/workflows/coder-templates.yml @@ -37,10 +37,11 @@ on: jobs: build-web-image: + # The docker-build runner's docker_host: "" setting already auto-injects + # /var/run/docker.sock into job containers - an explicit + # container.volumes mount for the same path here fails at container + # creation with "Duplicate mount point: /var/run/docker.sock". runs-on: docker-build - container: - volumes: - - /var/run/docker.sock:/var/run/docker.sock steps: - name: Checkout uses: actions/checkout@v4