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:
parent
becf8d7572
commit
5445e3f213
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue