run on host
Some checks failed
Docker Builders / build-base-builder (push) Failing after 7s

This commit is contained in:
2026-01-23 17:01:06 +01:00
parent 85dd21a21e
commit 625fcc75d2

View File

@@ -16,21 +16,13 @@ env:
jobs:
build-base-builder:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 360
container:
image: node:20-bullseye
options: --privileged
services:
docker:
image: docker:28.5.1-dind
options: --privileged
steps:
- name: Install Docker CLI
run: |
apt-get update
apt-get install -y docker.io
- name: Login to the Container registry
uses: docker/login-action@v2
with: