From acec2ccc5bfbb5593049a88103e7b67919d0ed4a Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Tue, 27 Jan 2026 11:14:41 +0800 Subject: [PATCH] cicd: fix docker build error (#1978) --- cicd/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/cicd/Dockerfile b/cicd/Dockerfile index b072f890fe..7e1b6c7f8f 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -1,6 +1,5 @@ # Support setting various labels on the final image ARG GIT_COMMIT="" -ENV GIT_COMMIT="$GIT_COMMIT" FROM golang:1.25-alpine AS builder