ci: install docker CLI before building images
Build and push runner images / build-runners (pull_request) Failing after 5s

This commit is contained in:
2026-09-06 06:54:41 -07:00
parent 269c5c8202
commit 0eab433d04
+6 -2
View File
@@ -22,7 +22,12 @@ jobs:
REGISTRY: forgejo.riotpiao.com
IMAGE_BASE: forgejo.riotpiao.com/rock
steps:
- name: Clone repository (base image, no Node.js required)
- name: Install docker CLI
run: |
apk update
apk add --no-cache docker
- name: Clone repository
run: |
git clone --depth 1 https://forgejo.riotpiao.com/rock/homelab.git .
@@ -31,7 +36,6 @@ jobs:
run: |
SHORT_SHA=$(git rev-parse --short HEAD)
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT
echo "Got SHA: ${SHORT_SHA}"
- name: Build all runner images (test on PR, push on main)
run: |