1
0

remove references to personal image registry

it's gone for a while
This commit is contained in:
2025-07-17 13:16:39 +03:00
parent 4091bba6b5
commit 3527e35649
5 changed files with 20 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ COPY . .
ENV GOMAXPROCS=4 \
MALLOC_ARENA_MAX=4
RUN go env | grep -F -e GOPROXY -e GOSUMDB ; \
RUN go env | grep -F -e GOPROXY -e GOSUMDB -e GOPRIVATE ; \
make OUTDIR=/go/bin ; \
make ci-clean