cicd: fix docker build error (#1978)

This commit is contained in:
Daniel Liu 2026-01-27 11:14:41 +08:00 committed by GitHub
parent 373eb2dc36
commit acec2ccc5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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