Run build-image job on host to access Docker CLI
Some checks failed
CI / check (push) Failing after 14m13s
CI / build-image (push) Has been cancelled

The node:22 container doesn't have Docker installed. Running
on the host label executes directly on the VPS where Docker
is available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-12 09:18:51 +01:00
parent e2b0e7d5ee
commit e701e4dd70

View File

@@ -26,7 +26,7 @@ jobs:
build-image: build-image:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
needs: check needs: check
runs-on: ubuntu-latest runs-on: host
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4