feat: Generate crds in Dockerfile
Some checks failed
Build and deploy / build (push) Failing after 11m59s
Some checks failed
Build and deploy / build (push) Failing after 11m59s
This commit is contained in:
@@ -2,7 +2,7 @@ variable "TAG_BASE" {}
|
||||
variable "RELEASE_VERSION" {}
|
||||
|
||||
group "default" {
|
||||
targets = ["lldap-controller"]
|
||||
targets = ["lldap-controller", "manifests"]
|
||||
}
|
||||
|
||||
target "docker-metadata-action" {}
|
||||
@@ -12,4 +12,12 @@ target "lldap-controller" {
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
|
||||
target = "runtime"
|
||||
}
|
||||
|
||||
target "manifests" {
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
target = "manifests"
|
||||
output = [{ type = "cacheonly" }, "manifests"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user