Compare commits

...

5 Commits

Author SHA1 Message Date
d1ee359f9f Revert: Switch back to Registry Push strategy (Gitea timeout increased)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m59s
2026-02-01 22:23:01 +01:00
ab82044926 Debug: Add docker network ls to inspect available networks
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 20s
2026-02-01 22:17:10 +01:00
d844600aaa Fix: Remove unnecessary registry login (local build)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 6s
2026-02-01 22:06:12 +01:00
e4d4df16ad Fix: Switch to Local Build strategy (bypass registry upload)
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
2026-02-01 21:55:52 +01:00
5bf5701e0d Fix: Use catthehacker image for runner to include Docker CLI 2026-01-28 23:36:51 +01:00
6 changed files with 190 additions and 189 deletions

View File

@@ -13,7 +13,8 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=internal-runner
# Default labels
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:22-bookworm,ubuntu-22.04:docker://node:16-bullseye
# Use an image that contains Docker CLI, Git, and Node.js
- GITEA_RUNNER_LABELS=ubuntu-latest:docker://catthehacker/ubuntu:act-latest
volumes:
# Persist configuration and data
- ./data:/data