Drop docker:27-cli override — runner default image already has both
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) <noreply@anthropic.com>
This commit is contained in:
@@ -30,8 +30,6 @@ jobs:
|
|||||||
# ============================================================
|
# ============================================================
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: docker:27-cli
|
|
||||||
outputs:
|
outputs:
|
||||||
image_tag: ${{ steps.meta.outputs.tag }}
|
image_tag: ${{ steps.meta.outputs.tag }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user