From e0e82e368eaaf0fc4bc18fda27c7aa20c258941b Mon Sep 17 00:00:00 2001 From: KazWolfe Date: Mon, 12 Feb 2024 21:41:42 -0800 Subject: [PATCH] Add tag conventions --- Plogon/BuildProcessor.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plogon/BuildProcessor.cs b/Plogon/BuildProcessor.cs index 513b8b7..4c5c61f 100644 --- a/Plogon/BuildProcessor.cs +++ b/Plogon/BuildProcessor.cs @@ -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 } }