Watch
1
0
Fork
You've already forked RedFlag
0

ci: versioned releases publish to codeberg; drop orphaned gitea image push

Codeberg is the public distribution endpoint, so the release job now creates
the release there too — same artifacts as gitea, server image excluded (server
ships as docker-compose build from source). The docker job that built and pushed
redflag-server to the private gitea registry is gone: nothing pulled it once the
install checkoff started reading the running container, and as a publish gate it
could block a public release on a private-registry hiccup.

README clone URL -> codeberg; Dockerfile builds ./cmd/server/ as a package.
This commit is contained in:
Fimeg 2026-06-13 19:58:35 -04:00
commit 27fe605d78
3 changed files with 42 additions and 51 deletions

View file

@ -46,7 +46,7 @@ ConnectWise charges $50/agent/month. RedFlag doesn't.
### Server
```bash
git clone https://github.com/Fimeg/RedFlag.git
git clone https://codeberg.org/Fimeg/RedFlag.git
cd RedFlag
cp config/.env.bootstrap.example config/.env
docker-compose build && docker-compose up -d