Fix Docker bake HCL files

This commit is contained in:
Borjis131
2024-05-15 16:52:36 +02:00
parent 7333242610
commit 18df36531e
2 changed files with 3 additions and 3 deletions

View File

@@ -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" {

View File

@@ -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}"
]