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

This commit is contained in:
pasha1coil 2025-08-26 11:35:55 +03:00
parent 7e0e238d1f
commit b09e84f407

@ -1,8 +1,5 @@
FROM gitea.pena/penadevops/container-images/golang:1.23.8-alpine
ADD pena-ca.crt /usr/local/share/ca-certificates/cacert.crt
RUN apk add --no-cache git ca-certificates tzdata curl catatonit && update-ca-certificates
ENV GOPRIVATE=gitea.pena/*
ARG REGISTRY_USER