chore: fix docker publisher names

This commit is contained in:
41666 2020-10-14 20:01:53 -04:00
parent 42bc6ba9fa
commit 6f74a30464
2 changed files with 2 additions and 2 deletions

View file

@ -29,5 +29,5 @@ go_image(
) )
publish( publish(
service = "midori", service = "discord-auth",
) )

View file

@ -28,5 +28,5 @@ go_binary(
) )
publish( publish(
service = "midori", service = "discord-bot",
) )