From dddc76663c41057e0c012da8dbdf8b0133082289 Mon Sep 17 00:00:00 2001 From: spenceradolph Date: Sun, 14 Apr 2024 18:35:05 +0000 Subject: [PATCH] added MythicAgents to path --- .github/workflows/docker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2d221dd..0120b59 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,7 +64,7 @@ jobs: context: Payload_Type/sliverapi file: Payload_Type/sliverapi/Dockerfile tags: | - ${{ env.REGISTRY }}/sliver:sliverapi.${{ env.VERSION }} + ${{ env.REGISTRY }}/MythicAgents/sliver:sliverapi.${{ env.VERSION }} push: ${{ github.ref_type == 'tag' }} # These container metadata labels allow configuring the package in Github # packages. The source will link the package to this Github repository @@ -80,7 +80,7 @@ jobs: context: Payload_Type/sliverimplant file: Payload_Type/sliverimplant/Dockerfile tags: | - ${{ env.REGISTRY }}/sliver:sliverimplant.${{ env.VERSION }} + ${{ env.REGISTRY }}/MythicAgents/sliver:sliverimplant.${{ env.VERSION }} push: ${{ github.ref_type == 'tag' }} # These container metadata labels allow configuring the package in Github # packages. The source will link the package to this Github repository @@ -108,14 +108,14 @@ jobs: with: file: config.json field: remote_images.sliverapi - value: ${{env.REGISTRY}}/sliver:sliverapi.${{ env.VERSION }} + value: ${{env.REGISTRY}}/MythicAgents/sliver:sliverapi.${{ env.VERSION }} - name: Update config.json version for sliverimplant uses: jossef/action-set-json-field@v2.1 with: file: config.json field: remote_images.sliverimplant - value: ${{env.REGISTRY}}/sliver:sliverimplant.${{ env.VERSION }} + value: ${{env.REGISTRY}}/MythicAgents/sliver:sliverimplant.${{ env.VERSION }} # Push the changes to the Dockerfile - name: Push the updated base Dockerfile image reference changes @@ -171,7 +171,7 @@ jobs: context: Payload_Type/sliverapi file: Payload_Type/sliverapi/Dockerfile tags: | - ${{ env.REGISTRY }}/sliver:sliverapi.${{ env.VERSION }} + ${{ env.REGISTRY }}/MythicAgents/sliver:sliverapi.${{ env.VERSION }} push: ${{ github.ref_type == 'tag' }} # These container metadata labels allow configuring the package in Github # packages. The source will link the package to this Github repository @@ -187,7 +187,7 @@ jobs: context: Payload_Type/sliverimplant file: Payload_Type/sliverimplant/Dockerfile tags: | - ${{ env.REGISTRY }}/sliver:sliverimplant.${{ env.VERSION }} + ${{ env.REGISTRY }}/MythicAgents/sliver:sliverimplant.${{ env.VERSION }} push: ${{ github.ref_type == 'tag' }} # These container metadata labels allow configuring the package in Github # packages. The source will link the package to this Github repository