-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
332f742
commit dddc766
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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 | ||
|