mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 08:15:09 +00:00
commit
1cbd069d5f
2 changed files with 2 additions and 2 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" {
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ services:
|
|||
configurator:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
image: zapal-tech/erp:latest
|
||||
image: ghcr.io/zapal-tech/erp:latest
|
||||
networks:
|
||||
default: null
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue