[fix] forgot APP_PREFIX & APP_SUFFIX in dynamic build args

This commit is contained in:
ElevenNotes
2025-03-08 00:45:28 +01:00
parent 7637bf2c3d
commit 03f63033c5
3 changed files with 13 additions and 7 deletions

View File

@@ -119,6 +119,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('.');