Toy Forgejo Actions using k3s-dind-1
  • Dockerfile 100%
Find a file
chris 89b4b7836b
All checks were successful
toy-ci / build (push) Successful in 5s
CI: clone via git + Kaniko push (skip actions/checkout).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 00:44:31 -07:00
.forgejo/workflows CI: clone via git + Kaniko push (skip actions/checkout). 2026-08-03 00:44:31 -07:00
Dockerfile Initial toy Forgejo Actions workflow. 2026-08-03 00:38:57 -07:00
hello.txt Initial toy Forgejo Actions workflow. 2026-08-03 00:38:57 -07:00
README.md Switch CI to Kaniko on host runner (no DinD). 2026-08-03 00:42:50 -07:00

toy-actions

Minimal Forgejo Actions demo for the RLPD k3s-kaniko-1 runner (host executor + Kaniko, no DinD).

  • runs-on: docker → host mode on the runner pod
  • Builds with /opt/kaniko/executor and pushes to the LAN registry VIP (10.42.1.32)
  • Pull images as registry.rlpd.net/toy-actions:<tag> (same registry)

See .forgejo/workflows/ci.yml.