From 0d55ef47211acbad54c4f87c71464878b4767c76 Mon Sep 17 00:00:00 2001 From: pasha1coil Date: Tue, 26 Aug 2025 11:46:47 +0300 Subject: [PATCH] upd testsDockerfile --- deployments/renew_tests/TestsDockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployments/renew_tests/TestsDockerfile b/deployments/renew_tests/TestsDockerfile index 3484649..f6fb1d1 100644 --- a/deployments/renew_tests/TestsDockerfile +++ b/deployments/renew_tests/TestsDockerfile @@ -9,7 +9,9 @@ RUN git config --global url."https://${REGISTRY_USER}:${REGISTRY_PASSWORD}@gitea WORKDIR /app COPY go.mod go.sum ./ -RUN export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && go mod download +RUN export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \ + go env -w GOINSECURE="gitea.pena/*" && \ + go mod download COPY . . RUN apk add --no-cache tzdata curl catatonit