forked from hswaw/hscloud
hswaw/site: deploy
Change-Id: If2589a5fdf0e7fdedbce0cfac7c73e36ef96341b Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1383 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
a63c315f7d
commit
467ff086f1
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:1643708475-9c680f637a009d9902031d4b1e15c9f8d9f9f1df",
|
||||
image: "registry.k0.hswaw.net/q3k/hswaw-site:1661880399-4d8dc0f4358294c225f002be6147587c3bea8358",
|
||||
webFQDN: error "webFQDN must be set",
|
||||
},
|
||||
|
||||
|
|
|
@ -42,5 +42,5 @@ container_push(
|
|||
format = "Docker",
|
||||
registry = "registry.k0.hswaw.net",
|
||||
repository = "q3k/hswaw-site",
|
||||
tag = "1643708475-{STABLE_GIT_COMMIT}",
|
||||
tag = "1661880399-{STABLE_GIT_COMMIT}",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue