From 93754f047eb8d75d595382c64cf0d732668f1227 Mon Sep 17 00:00:00 2001 From: Qu Xuan Date: Tue, 20 Aug 2024 11:04:23 +0800 Subject: [PATCH] fix: build v3.12 image --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08c8660..5becd5e 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ build: yarn run build REGISTRY ?= "registry.cn-beijing.aliyuncs.com/yunionio" -VERSION ?= $(shell git describe --exact-match 2> /dev/null || \ - git describe --match=$(git rev-parse --short=8 HEAD) --always --dirty --abbrev=8) +VERSION ?= "v3.12-20240920.1" image: build docker buildx build --platform linux/amd64,linux/arm64 -f Dockerfile -t $(REGISTRY)/web-console-fe:$(VERSION) . --push