mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
ci: add build stamping
This commit is contained in:
parent
54a8739afd
commit
ff27f1080b
4 changed files with 20 additions and 15 deletions
|
@ -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}",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue