upd testsDockerfile
Some checks failed
Tests / CreateImage (push) Failing after 46s
Tests / Tests (push) Has been skipped

This commit is contained in:
pasha1coil 2025-08-26 11:49:17 +03:00
parent 0d55ef4721
commit 72587bb19f

@ -9,7 +9,8 @@ RUN git config --global url."https://${REGISTRY_USER}:${REGISTRY_PASSWORD}@gitea
WORKDIR /app WORKDIR /app
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \ RUN export GIT_SSL_NO_VERIFY=true && \
export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt && \
go env -w GOINSECURE="gitea.pena/*" && \ go env -w GOINSECURE="gitea.pena/*" && \
go mod download go mod download