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.
This commit is contained in:
Aryma
2026-04-14 15:21:04 +07:00
parent 4b94dc3e69
commit d2dae022a4
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with: