mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: ghcr
This commit is contained in:
parent
91196a1049
commit
3cfdeb12d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue