Skip to content

Commit

Permalink
Add tag conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
KazWolfe authored Feb 13, 2024
1 parent 3539a84 commit e0e82e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1044,22 +1044,22 @@ await this.dockerClient.Containers.RemoveContainerAsync(containerCreateResponse.
{
new Tag
{
Key = "AssemblyVersion",
Key = "dev.dalamud.plugin/Version",
Value = version
},
new Tag
{
Key = "Commit",
Key = "dev.dalamud.plugin/CommitHash",
Value = task.Manifest.Plugin.Commit
},
new Tag
{
Key = "Channel",
Key = "dev.dalamud.plugin/DistributionChannel",
Value = task.Channel
},
new Tag
{
Key = "InternalName",
Key = "dev.dalamud.plugin/InternalName",
Value = task.InternalName
}
}
Expand Down

0 comments on commit e0e82e3

Please sign in to comment.