Skip to content

Commit e935f76

Browse files
committed
fix up tag
1 parent c69f00b commit e935f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.Docker.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Execute-Tests
2222

2323
cd ./test/SeqCli.EndToEnd/
2424
docker pull "datalust/seq:$endToEndVersion"
25-
docker tag "datalust/seq:$endToEndVersion" latest
25+
docker tag "datalust/seq:$endToEndVersion" datalust/seq:latest
2626
& dotnet run -f $framework -- --docker-server
2727
if ($LASTEXITCODE -ne 0)
2828
{

0 commit comments

Comments
 (0)