-
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
e3b2f37
commit 332f742
Showing
2 changed files
with
8 additions
and
12 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,8 +64,7 @@ jobs: | |
context: Payload_Type/sliverapi | ||
file: Payload_Type/sliverapi/Dockerfile | ||
tags: | | ||
${{ env.REGISTRY }}/sliverapi:${{ env.VERSION }} | ||
${{ env.REGISTRY }}/sliverapi:latest | ||
${{ env.REGISTRY }}/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 | ||
|
@@ -81,8 +80,7 @@ jobs: | |
context: Payload_Type/sliverimplant | ||
file: Payload_Type/sliverimplant/Dockerfile | ||
tags: | | ||
${{ env.REGISTRY }}/sliverimplant:${{ env.VERSION }} | ||
${{ env.REGISTRY }}/sliverimplant:latest | ||
${{ env.REGISTRY }}/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 | ||
|
@@ -110,14 +108,14 @@ jobs: | |
with: | ||
file: config.json | ||
field: remote_images.sliverapi | ||
value: ${{env.REGISTRY}}/sliverapi:${{env.VERSION}} | ||
value: ${{env.REGISTRY}}/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}}/sliverimplant:${{env.VERSION}} | ||
value: ${{env.REGISTRY}}/sliver:sliverimplant.${{ env.VERSION }} | ||
|
||
# Push the changes to the Dockerfile | ||
- name: Push the updated base Dockerfile image reference changes | ||
|
@@ -173,8 +171,7 @@ jobs: | |
context: Payload_Type/sliverapi | ||
file: Payload_Type/sliverapi/Dockerfile | ||
tags: | | ||
${{ env.REGISTRY }}/sliverapi:${{ env.VERSION }} | ||
${{ env.REGISTRY }}/sliverapi:latest | ||
${{ env.REGISTRY }}/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 | ||
|
@@ -190,8 +187,7 @@ jobs: | |
context: Payload_Type/sliverimplant | ||
file: Payload_Type/sliverimplant/Dockerfile | ||
tags: | | ||
${{ env.REGISTRY }}/sliverimplant:${{ env.VERSION }} | ||
${{ env.REGISTRY }}/sliverimplant:latest | ||
${{ env.REGISTRY }}/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 | ||
|
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