Compare commits
2 Commits
b013e10814
...
ce7f37144e
| Author | SHA1 | Date | |
|---|---|---|---|
|
ce7f37144e
|
|||
|
b87f27f149
|
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@a302fa5a1ce1ac580039fa1ef306a9fd80f698e7
|
uses: dreaded_x/workflows/.gitea/workflows/docker-kubernetes.yaml@c50a935d1f1745f8c2775e828e57fc486048188c
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
push_manifests: false
|
push_manifests: false
|
||||||
|
|||||||
@@ -7,6 +7,24 @@ 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