Commit Graph

4 Commits

Author SHA1 Message Date
2885990ac6 fixed bun AVX
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m22s
2026-01-13 11:33:27 +01:00
8977a6fdee New design v0.2
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m18s
New design and framework
2026-01-13 10:49:47 +01:00
eb6d5142ca feat: add CI/CD workflow and update documentation
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 13s
- Add .gitea/workflows/docker-publish.yaml for automated builds
- Configure workflow to trigger on main branch
- Update README.md with deployment instructions
- Update START-HERE.md with session context

This enables automatic Docker image builds tagged as :latest and :<sha>
when pushing to main branch.
2026-01-09 23:44:02 +01:00
19845880e3 fix(ci): trigger workflow on main branch to enable :latest tag
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>
2026-01-09 23:33:39 +01:00