updated workflow

This commit is contained in:
ElevenNotes
2025-03-10 07:08:36 +01:00
parent 62b10178d3
commit 5453f6d93a
2 changed files with 7 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ jobs:
tags:[],
},
app:{
image:opt.dot.image,
name:opt.dot.name,
version:opt.dot.semver.version,
root:opt.dot.root,
@@ -119,6 +120,8 @@ jobs:
docker.cache.name = `${docker.image.name}:${docker.image.prefix}buildcache${docker.image.suffix}`;
docker.cache.grype = `${docker.cache.registry}${docker.image.name}:${docker.image.prefix}grype${docker.image.suffix}`;
docker.app.prefix = docker.image.prefix;
docker.app.suffix = docker.image.suffix;
// setup tags
const semver = opt.dot.semver.version.split('.');

View File

@@ -12,6 +12,10 @@ services:
restart: "always"
kms-gui:
image: "11notes/kms-gui:stable"
depends_on:
kms:
condition: "service_healthy"
restart: true
container_name: "kms-gui"
environment:
TZ: "Europe/Zurich"