Compare commits
2 Commits
master
...
2b1e66b4d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
2b1e66b4d1
|
|||
|
766a487962
|
@@ -6,23 +6,9 @@ group "default" {
|
||||
}
|
||||
|
||||
target "docker-metadata-action" {}
|
||||
target "cache" {
|
||||
cache-from = [
|
||||
{
|
||||
type = "gha",
|
||||
}
|
||||
]
|
||||
|
||||
cache-to = [
|
||||
{
|
||||
type = "gha",
|
||||
mode = "max"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
target "lldap-controller" {
|
||||
inherits = ["docker-metadata-action", "cache"]
|
||||
inherits = ["docker-metadata-action"]
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
tags = [for tag in target.docker-metadata-action.tags : "${TAG_BASE}:${tag}"]
|
||||
@@ -30,7 +16,6 @@ target "lldap-controller" {
|
||||
}
|
||||
|
||||
target "manifests" {
|
||||
inherits = ["cache"]
|
||||
context = "./"
|
||||
dockerfile = "Dockerfile"
|
||||
target = "manifests"
|
||||
|
||||
@@ -6,7 +6,6 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: lldap-controller
|
||||
namespace: lldap
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: lldap-controller
|
||||
|
||||
Reference in New Issue
Block a user