mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 23:44:13 +00:00
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:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user