Skip to content

Commit

Permalink
lowercase matters
Browse files Browse the repository at this point in the history
  • Loading branch information
spenceradolph committed Apr 14, 2024
1 parent dddc766 commit 218df01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
context: Payload_Type/sliverapi
file: Payload_Type/sliverapi/Dockerfile
tags: |
${{ env.REGISTRY }}/MythicAgents/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
Expand All @@ -80,7 +80,7 @@ jobs:
context: Payload_Type/sliverimplant
file: Payload_Type/sliverimplant/Dockerfile
tags: |
${{ env.REGISTRY }}/MythicAgents/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
Expand Down Expand Up @@ -108,14 +108,14 @@ jobs:
with:
file: config.json
field: remote_images.sliverapi
value: ${{env.REGISTRY}}/MythicAgents/sliver:sliverapi.${{ env.VERSION }}
value: ${{env.REGISTRY}}/mythicagents/sliver:sliverapi.${{ env.VERSION }}

- name: Update config.json version for sliverimplant
uses: jossef/[email protected]
with:
file: config.json
field: remote_images.sliverimplant
value: ${{env.REGISTRY}}/MythicAgents/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
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
context: Payload_Type/sliverapi
file: Payload_Type/sliverapi/Dockerfile
tags: |
${{ env.REGISTRY }}/MythicAgents/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
Expand All @@ -187,7 +187,7 @@ jobs:
context: Payload_Type/sliverimplant
file: Payload_Type/sliverimplant/Dockerfile
tags: |
${{ env.REGISTRY }}/MythicAgents/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
Expand Down

0 comments on commit 218df01

Please sign in to comment.