mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 22:34:12 +00:00
ci: update Docker build context from apollo to ares
Update the GitHub Actions workflow and Dockerfile to reflect the renaming of the payload type directory from 'apollo' to 'ares'. This ensures the Docker image is built from the correct source directory and dependencies are fetched from the updated location.
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -67,8 +67,8 @@ jobs:
|
||||
- name: Build and push the server container image
|
||||
uses: docker/build-push-action@v5 # ref: https://github.com/marketplace/actions/build-and-push-docker-images
|
||||
with:
|
||||
context: Payload_Type/apollo
|
||||
file: Payload_Type/apollo/Dockerfile
|
||||
context: Payload_Type/ares
|
||||
file: Payload_Type/ares/Dockerfile
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/${{ env.AGENT_IMAGE_NAME }}:${{ env.VERSION }}
|
||||
${{ env.REGISTRY }}/${{ env.AGENT_IMAGE_NAME }}:latest
|
||||
|
||||
Reference in New Issue
Block a user