From eb1d9510444d7097d8250a5c74b48f263ca19116 Mon Sep 17 00:00:00 2001 From: rlabadmin Date: Thu, 23 Apr 2026 14:33:12 +0200 Subject: [PATCH] =?UTF-8?q?Drop=20docker:27-cli=20override=20=E2=80=94=20r?= =?UTF-8?q?unner=20default=20image=20already=20has=20both?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hello-world test confirmed ba-runner's default ubuntu-latest image has docker CLI and Node. Overriding to docker:27-cli stripped Node and broke actions/checkout@v4 (a JS action). Use the default image. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitea/workflows/flow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/flow.yml b/.gitea/workflows/flow.yml index befc718..a7932ab 100644 --- a/.gitea/workflows/flow.yml +++ b/.gitea/workflows/flow.yml @@ -30,8 +30,6 @@ jobs: # ============================================================ build: runs-on: ubuntu-latest - container: - image: docker:27-cli outputs: image_tag: ${{ steps.meta.outputs.tag }} steps: