Drop docker:27-cli override — runner default image already has both
Build & Deploy / build (push) Failing after 4s
Build & Deploy / deploy (push) Has been skipped

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:
rlabadmin
2026-04-23 14:33:12 +02:00
parent d2542879f7
commit eb1d951044
-2
View File
@@ -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: