mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
commit
1cbd069d5f
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ group "default" {
|
||||||
|
|
||||||
function "tag" {
|
function "tag" {
|
||||||
params = [repo, version]
|
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" {
|
target "default-args" {
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ services:
|
||||||
configurator:
|
configurator:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
required: true
|
required: true
|
||||||
image: zapal-tech/erp:latest
|
image: ghcr.io/zapal-tech/erp:latest
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue