tr to another bind
All checks were successful
Deploy / CreateImage (push) Successful in 2m27s
Deploy / DeployService (push) Successful in 23s

This commit is contained in:
skeris 2025-01-16 16:22:14 +03:00
parent 8607c41ee0
commit 3ceb29b80c

@ -3,7 +3,7 @@ WORKDIR /app
ENV GOPRIVATE=gitea.pena/PenaSide/common,gitea.pena/PenaSide/linters-golang,gitea.pena/PenaSide/customer,gitea.pena/PenaSide/trashlog,gitea.pena/PenaSide/hlog
ENV GOINSECURE=gitea.pena/PenaSide/common,gitea.pena/PenaSide/linters-golang,gitea.pena/PenaSide/customer,gitea.pena/PenaSide/trashlog,gitea.pena/PenaSide/hlog
COPY . .
RUN go mod download
RUN --mount=type=bind,rw=true,src=go-cache,target=/go/pkg/mod go mod download
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o app ./cmd/verification/main.go
RUN printenv