Skip to content

Commit 77869bb

Browse files
committed
Remove redundant tag
1 parent af66131 commit 77869bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-push-acr/AcrBuild.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public async ValueTask LoadAsync(IArchive archive, ArmEnvironment environment, C
158158
tesTar,
159159
"Dockerfile-Tes",
160160
[
161-
$"{tesImage}:{BuildToTag(build.Value)}", $"{tesImage}:{BuildToTag((build.Value.Version, build.Value.Prerelease))}",
161+
$"{tesImage}:{BuildToTag(build.Value)}",
162162
$"{tesImage}:{BuildToTag((new(build.Value.Version.Major, build.Value.Version.Minor, build.Value.Version.Build), build.Value.Prerelease))}"
163163
],
164164
cancellationToken);

0 commit comments

Comments
 (0)