Commit Graph

6 Commits

Author SHA1 Message Date
Hexadual
02b71862a0 removed server
All checks were successful
Build & publish Docker images / Build & push all images (push) Successful in 5s
2026-04-30 17:35:40 -05:00
Hexadual
56b65517f3 ci: use REGISTRY_TOKEN PAT for docker login instead of GITHUB_TOKEN
Some checks failed
Build & publish Docker images / Build & push all images (push) Failing after 1s
2026-04-30 01:48:13 -05:00
Hexadual
ee58dd9c0f ci: add packages:write permission to workflow token
Some checks failed
Build & publish Docker images / Build & push all images (push) Failing after 1s
2026-04-30 01:45:51 -05:00
Hexadual
4db2182a3d Fix CI: replace actions/checkout with git clone (no Node.js needed)
Some checks failed
Build & publish Docker images / Build & push all images (push) Failing after 2s
Host-mode runner has no Node.js so JS composite actions fail.
All steps are now plain shell — git clone for checkout, docker
CLI for build/push. Zero external action dependencies.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 01:37:17 -05:00
Hexadual
7c7bf067bc Fix CI: run jobs on host, use plain docker shell steps
Some checks failed
Build & publish Docker images / Build & push all images (push) Failing after 3s
The previous workflow ran jobs inside node:20-bookworm which has no
Docker CLI. Re-mapped label to :host and replaced composite actions
with direct docker build/push shell commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 01:35:14 -05:00
Hexadual
ee2249c5f8 Initial commit — GCP Dot self-hosted clone
Some checks failed
Build & publish Docker images / Egg image (push) Has been cancelled
Build & publish Docker images / Server image (push) Has been cancelled
Server (FastAPI + SQLite) runs Stouffer Z network variance analysis.
Egg container uses os.urandom for hardware-entropy 200-bit trials.
Gitea Actions workflow auto-builds and publishes both Docker images.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 01:21:22 -05:00