mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
ci: devcontainers is weirdo
This commit is contained in:
parent
b1d36a5684
commit
105b91ce6d
2 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ container_push(
|
|||
image = "@dev-container//image:dockerfile_image.tar",
|
||||
registry = "docker.pkg.github.com",
|
||||
repository = "roleypoly/roleypoly/dev-container",
|
||||
tag = "{STABLE_GIT_BRANCH}",
|
||||
tag = "{STABLE_GIT_BRANCH}" if "{STABLE_GIT_BRANCH}" != "main" else "latest",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue