mirror of
https://github.com/Borjis131/docker-open5gs.git
synced 2025-11-02 12:53:13 +00:00
Fix Docker bake HCL files
This commit is contained in:
@@ -12,7 +12,7 @@ variable "NODE_VERSION" {
|
||||
|
||||
group "default" {
|
||||
targets = ["base-open5gs", "amf", "ausf", "bsf", "nrf", "nssf",
|
||||
"pcf", "scp", "sepp", "smf", "udm", "udr", "upf"]
|
||||
"pcf", "scp", "sepp", "smf", "udm", "udr", "upf", "webui"]
|
||||
}
|
||||
|
||||
target "base-open5gs" {
|
||||
|
||||
@@ -20,7 +20,7 @@ variable "GITHUB_REGISTRY" {
|
||||
|
||||
group "default" {
|
||||
targets = ["base-open5gs", "amf", "ausf", "bsf", "nrf", "nssf",
|
||||
"pcf", "scp", "sepp", "smf", "udm", "udr", "upf"]
|
||||
"pcf", "scp", "sepp", "smf", "udm", "udr", "upf", "webui"]
|
||||
}
|
||||
|
||||
target "base-open5gs" {
|
||||
@@ -227,7 +227,7 @@ target "upf" {
|
||||
target "webui" {
|
||||
context = "./images/webui"
|
||||
platforms = ["linux/amd64", "linux/arm64/v8"]
|
||||
tags = [
|
||||
tags = [
|
||||
"${DOCKER_REGISTRY}/webui:${OPEN5GS_VERSION}",
|
||||
"${GITHUB_REGISTRY}/webui:${OPEN5GS_VERSION}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user