Commit graph

13 commits

Author SHA1 Message Date
0f0cc0db88
fix: use github.token for git push in forgejo workflow 2026-04-17 13:05:04 -05:00
7b725206af
chore: add forgejo workflow for docker build and deploy 2026-04-17 12:59:28 -05:00
08880b1fcb
Fix CI: switch Docker cache from registry to inline
Registry cache export was failing with 500 errors from the container
registry. Inline cache embeds metadata in the image itself, avoiding
the separate cache manifest upload.
2026-03-22 17:52:30 -05:00
87450cc1b9
fix: correct Renovate configuration issues
- Remove global-only options (platform, repositories, username) from renovate.json
- Fix invalid schedule syntax: 'every day' -> 'before 5am'
- Update workflow to use 'forgejo' platform instead of 'gitea'
- These options are properly set via environment variables in the workflow
2026-03-03 10:48:48 -06:00
a74a571844
fix: add Process.sleep to async broadcast tests and update Renovate workflow for Forgejo
- Fix PacketConsumerTest timing issues by adding Process.sleep(50) after handle_events
  to wait for async broadcast tasks to complete before assertions
- Update Renovate workflow to use Docker container directly instead of GitHub Action
- Use full GitHub URL for checkout action to work with Forgejo Actions
2026-03-03 10:41:50 -06:00
34599d404c
Add Renovate configuration for dependency updates 2026-02-20 13:02:48 -06:00
447a76b3cc
update 2026-02-18 14:14:49 -06:00
e3b9e61d3c
Remove Docker Hub login - only need Forgejo registry 2026-02-17 16:39:12 -06:00
8a093ee590
Match towerops CI pattern for Forgejo registry builds 2026-02-17 16:35:56 -06:00
091a9ee2f6
Fix Forgejo Actions workflow - use github.* compat context 2026-02-17 16:17:54 -06:00
19661abec0
Use Forgejo-native context variables instead of GitHub 2026-02-17 16:13:24 -06:00
db34470e90
Use built-in Forgejo token for registry auth 2026-02-17 16:12:57 -06:00
a637b3b87c
Add k8s deployment manifests and FluxCD GitOps config
Kubernetes manifests for deploying to home cluster in the aprs
namespace with Forgejo Actions CI pipeline for building and
pushing container images to git.mcintire.me registry.
2026-02-17 16:11:27 -06:00