chore(discord-bot): fix publisher

This commit is contained in:
41666 2020-10-14 20:22:26 -04:00
parent 6f74a30464
commit 051d71ec9a

View file

@ -27,6 +27,12 @@ go_binary(
visibility = ["//visibility:public"],
)
go_image(
name = "image",
embed = [":discord-bot_lib"],
visibility = ["//visibility:private"],
)
publish(
service = "discord-bot",
)