From d055bf95ee248c439d250a394d9bb6103e4aad2b Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Sun, 19 Apr 2026 17:48:02 +1000 Subject: [PATCH] =?UTF-8?q?ci:=20remove=20container=20override=20=E2=80=94?= =?UTF-8?q?=20default=20runner=20image=20already=20has=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 76a3043..b158eb8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -58,11 +58,6 @@ jobs: runs-on: ubuntu-latest # Only run on PRs that touch nomad job specs if: github.event_name == 'pull_request' - # Use the official Docker CLI image so we get a versioned, maintained docker - # binary without hardcoding a static download URL. The runner's docker socket - # is already mounted by act_runner, so docker commands work out of the box. - container: - image: docker:cli steps: - uses: actions/checkout@v4