Changes:
- Create Gitea workflow for ai-stack-deployer
- Trigger on main branch (default branch)
- Use oussamadouhou + REGISTRY_TOKEN for authentication
- Build from ./Dockerfile
This enables :latest tag creation via {{is_default_branch}}.
Tags created:
- git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:latest
- git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:<sha>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
START HERE
🚨🚨🚨🚨 PRINCIPLE RULES ALWAYS FIRST 🚨🚨🚨🚨
What Happened Last Session
Last Session (2026-01-09 21:48):
- Fixed CI workflow in
oh-my-opencode-freeproject - Changed trigger from
master→mainto enable:latesttag - Build successful:
git.app.flexinit.nl/oussamadouhou/oh-my-opencode-free:latest - Commit:
bdfa5c1
Current Task
Build is successful - Now need to:
- Create
.gitea/workflows/docker-publish.yamlfor THIS project - Initialize git repo and push to trigger build
- Enable
:latesttag forai-stack-deployerimage
Quick Reference
Working Workflow: /home/odouhou/locale-projects/oh-my-opencode-free/.gitea/workflows/docker-publish.yaml
Key Config:
- Triggers on
mainbranch (not master) - Registry:
git.app.flexinit.nl - Auth:
oussamadouhou+REGISTRY_TOKENsecret - Tags:
:latest+:<sha>
DOCUMENTATION
Environment:
STACK_IMAGE=git.app.flexinit.nl/oussamadouhou/oh-my-opencode-free:latest
DOKPLOY_URL=https://app.flexinit.nl
Commands
# Dev server
bun run dev
# Docker
docker-compose up -d
See CLAUDE.md for full documentation.