forked from hswaw/hscloud
hswaw/site: deploy
Change-Id: I3c8aff05f339f3154cb80831099482f0d97a360e
This commit is contained in:
parent
62e50da881
commit
0f11b3c850
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ local kube = import "../../kube/kube.libsonnet";
|
|||
|
||||
{
|
||||
cfg:: {
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1630354516-e2bbf5901bcc2c3c260455017fafa1728568d1c2",
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1630780895-62e50da881f666719aa8b5c632f2a5b33695a058",
|
||||
webFQDN: error "webFQDN must be set",
|
||||
},
|
||||
|
||||
|
|
|
@ -42,5 +42,5 @@ container_push(
|
|||
format = "Docker",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1630354516-{STABLE_GIT_COMMIT}",
|
||||
tag = "1630780895-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue