Skip to content

Commit

Permalink
added one more docker tag with only platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 17, 2018
1 parent a806a08 commit 2ea47b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/utils.cake
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ string[] GetDockerTags(string platform, string variant, BuildParameters paramete
var name = $"gittools/gitversion-{variant}";

var tags = new List<string> {
$"{name}:{platform}",
$"{name}:{platform}-{parameters.Version.Version}"
};

Expand Down

0 comments on commit 2ea47b9

Please sign in to comment.