ci: add build stamping

This commit is contained in:
41666 2020-09-22 23:23:02 -04:00
parent 54a8739afd
commit ff27f1080b
4 changed files with 20 additions and 15 deletions

View file

@ -36,16 +36,7 @@ container_push(
name = "+publish",
format = "Docker",
image = ":image",
registry = "docker.io",
repository = "roleypoly/discord-bot",
tag = "dev2",
)
container_push(
name = "+publish-2",
format = "Docker",
image = ":image",
registry = "docker.io",
repository = "roleypoly/discord-bot",
tag = "dev",
registry = "docker.pkg.github.com",
repository = "roleypoly/roleypoly/discord-bot",
tag = "{STABLE_GIT_BRANCH}",
)