From 2e8ecaf09a64046242ca573d5bfd709ed96cafdb Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Tue, 2 Sep 2025 11:09:15 +0700 Subject: [PATCH] fix: push base preview image (#9756) Signed-off-by: Alexander Onnikov --- dev/base-image/push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/base-image/push.sh b/dev/base-image/push.sh index 85703f1c9f..e1eb55d902 100755 --- a/dev/base-image/push.sh +++ b/dev/base-image/push.sh @@ -6,4 +6,5 @@ VERSION=${VERSION:-"latest"} docker push hardcoreeng/base:${VERSION} docker push hardcoreeng/rekoni-base:${VERSION} docker push hardcoreeng/print-base:${VERSION} -docker push hardcoreeng/front-base:${VERSION} \ No newline at end of file +docker push hardcoreeng/front-base:${VERSION} +docker push hardcoreeng/preview-base:${VERSION}