fix(dashboard): use correct APP_VERSION build-arg name for console image

Containerfile expects ARG APP_VERSION, not COZYSTACK_VERSION

Signed-off-by: IvanHunters <ivan.okhotnikov@aenix.io>
This commit is contained in:
IvanHunters 2026-04-29 23:46:45 +03:00
parent becf8d7572
commit 5445e3f213
No known key found for this signature in database
GPG key ID: BB2523A864CCA99B

View file

@ -23,7 +23,7 @@ image-console:
--cache-from type=registry,ref=$(REGISTRY)/cozystack-ui:latest \
--cache-to type=inline \
--metadata-file images/console.json \
--build-arg COZYSTACK_VERSION=$(COZYSTACK_VERSION) \
--build-arg APP_VERSION=$(COZYSTACK_VERSION) \
--push=$(PUSH) \
--label "org.opencontainers.image.source=https://github.com/cozystack/cozystack-ui" \
--load=$(LOAD)