Fix Dockerfile by re-adding GOPROXY_URL argument for clarity
Build and Test / verify (push) Successful in 32s
Build and Push Container Image / build-and-push-image (push) Successful in 50s
Build and Test / verify (push) Successful in 32s
Build and Push Container Image / build-and-push-image (push) Successful in 50s
This commit is contained in:
@@ -3,6 +3,7 @@ ARG GOPROXY_URL=https://gitea.nehmer.net/api/packages/torben/go,https://proxy.go
|
|||||||
|
|
||||||
FROM golang:${GO_VERSION}-bookworm AS build
|
FROM golang:${GO_VERSION}-bookworm AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
ARG GOPROXY_URL
|
||||||
ENV GOPROXY=${GOPROXY_URL}
|
ENV GOPROXY=${GOPROXY_URL}
|
||||||
|
|
||||||
COPY go.mod ./
|
COPY go.mod ./
|
||||||
|
|||||||
Reference in New Issue
Block a user