ci: fix docker build

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-18 23:38:06 +00:00
parent 0aed7d3688
commit dabbe63bb6
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ target "osiris" {
]
pull = true
tags = [
"ghcr.io/techarohq/osiris:${GITHUB_SHA}",
"ghcr.io/techarohq/osiris:main"
"ghcr.io/techarohq/anubis/osiris:${GITHUB_SHA}",
"ghcr.io/techarohq/anubis/osiris:main"
]
}