Compare commits
2 Commits
ce7f37144e
...
b013e10814
| Author | SHA1 | Date | |
|---|---|---|---|
|
b013e10814
|
|||
|
d5d236d52b
|
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@c50a935d1f1745f8c2775e828e57fc486048188c
|
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@a302fa5a1ce1ac580039fa1ef306a9fd80f698e7
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
push_manifests: false
|
push_manifests: false
|
||||||
|
|||||||
@@ -7,24 +7,6 @@ group "default" {
|
|||||||
|
|
||||||
target "docker-metadata-action" {}
|
target "docker-metadata-action" {}
|
||||||
|
|
||||||
# TODO: Auto include this from the workflow
|
|
||||||
target "common" {
|
|
||||||
cache-from = [
|
|
||||||
{
|
|
||||||
type = "gha"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
cache-to = [
|
|
||||||
{
|
|
||||||
type = "gha"
|
|
||||||
mode = "max"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
args = {
|
|
||||||
RELEASE_VERSION = "${RELEASE_VERSION}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
target "automation" {
|
target "automation" {
|
||||||
inherits = ["docker-metadata-action", "common"]
|
inherits = ["docker-metadata-action", "common"]
|
||||||
context = "./"
|
context = "./"
|
||||||
|
|||||||
Reference in New Issue
Block a user