fix: ghcr

This commit is contained in:
Bohdan Kucherivayi 2024-02-14 00:58:50 +02:00
parent 91196a1049
commit 3cfdeb12d3

View file

@ -74,7 +74,7 @@ group "default" {
function "tag" {
params = [repo, version]
result = ["${REGISTRY_USER}/${repo}:latest", "${REGISTRY_USER}/${repo}:${version}"]
result = ["ghcr.io/${REGISTRY_USER}/${repo}:latest", "ghcr.io/${REGISTRY_USER}/${repo}:${version}"]
}
target "default-args" {