fix: add CoreDNS api.riotpiao.com rewrite + fix runner Alpine base image #1

Merged
rock merged 14 commits from fix/api-gateway-and-runners into main 2026-09-07 05:19:40 +00:00
Showing only changes of commit 0eab433d04 - Show all commits
+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: |