Commit Graph
2 Commits
Author SHA1 Message Date
Hermes f720523cd7 Fix image tag: strip leading v from release tag (vv1.1.0 -> v1.1.0)
build / build (push) Successful in 6s
mcp-grafana GitHub releases are tagged v1.1.0, so prefixing v$VER
produced vv1.1.0. Normalize the tag to v<semver> for the Monday
image cron.
2026-08-15 22:28:45 +00:00
Hermes 23f636a501 Add Dockerfile + Gitea Actions workflow for mcp-grafana container
build / build (push) Failing after 13s
- Dockerfile: fetches pinned upstream release binary (static Go) from
  grafana/mcp-grafana GitHub releases, sha256-verified against the
  release's own checksums file, runs from scratch.
- Workflow: push-to-main / weekly Mon 06:00 UTC / manual dispatch;
  resolves newest release, skips if tag published, pushes
  gitea.williammiceli.systems/hermes/grafana-mcp:v<ver> + :latest.
- REGISTRY_TOKEN repo Actions secret already provisioned.
2026-08-15 22:24:37 +00:00