Commit Graph

6 Commits

Author SHA1 Message Date
Aryma
acb4291b69 Update Docker image to multiarch-fixed-v2 for AMD64 support 2026-04-15 01:25:57 +07:00
Aryma
19d9c559ce chore: update ares docker image tag to v1.0-fixed 2026-04-15 00:27:33 +07:00
Aryma
d2dae022a4 ci: update GitHub workflow to use GHCR_TOKEN for authentication
Use the dedicated GHCR_TOKEN secret instead of the default GITHUB_TOKEN for pushing Docker images to GitHub Container Registry. This ensures proper authentication and permissions for the container registry operations.

Also add the "ares" agent image reference to the config.json to include the latest Ares Mythic image from GHCR.
2026-04-14 15:21:04 +07:00
Aryma
db10c1169e chore: remove hardcoded ares remote image from config
The Ares agent image version was hardcoded in the configuration, which could become outdated. Removing it allows for more flexible and dynamic image management, potentially through external configuration or defaults.
2026-04-14 14:17:48 +07:00
Aryma
6321bfc31b refactor: rename apollo to ares and add ascii art display
- Rename agent from "Apollo" to "Ares" across documentation and configuration
- Update config.json to reference Ares container image instead of Apollo
- Replace Apollo logo with Ares logo in documentation
- Rename workspace file from Apollo.code-workspace to Ares.code-workspace
- Add ASCII art display function to agent startup sequence
- Remove obsolete refactor analysis document
2026-04-14 13:15:43 +07:00
Aryma
2f05f67733 first commit 2026-04-14 12:17:24 +07:00