ci: remove apk install (docker available via dind sidecar)
Build and push runner images / build-runners (pull_request) Failing after 8s

This commit is contained in:
2026-09-06 07:00:39 -07:00
parent 0eab433d04
commit dade5f77ae
-5
View File
@@ -22,11 +22,6 @@ jobs:
REGISTRY: forgejo.riotpiao.com REGISTRY: forgejo.riotpiao.com
IMAGE_BASE: forgejo.riotpiao.com/rock IMAGE_BASE: forgejo.riotpiao.com/rock
steps: steps:
- name: Install docker CLI
run: |
apk update
apk add --no-cache docker
- name: Clone repository - name: Clone repository
run: | run: |
git clone --depth 1 https://forgejo.riotpiao.com/rock/homelab.git . git clone --depth 1 https://forgejo.riotpiao.com/rock/homelab.git .