Skip to content

Commit

Permalink
VCI-869: Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed May 2, 2024
1 parent bccc440 commit 4d564e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/VirtoCommerce.Build/Docker/Build.Docker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ private static string[] DockerImageFullName
{
get
{
//return string.IsNullOrEmpty(DockerImageTag) ? DockerImageName : DockerImageName.Append($":{DockerImageTag}");
if (DockerImageTag.IsNullOrEmpty())
{
return new string[] { DockerImageName };
Expand Down

0 comments on commit 4d564e7

Please sign in to comment.