diff --git a/Dockerfile b/Dockerfile index 10cc9f8..797d2b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . # --- This block can be replaced by `RUN go mod download` when github.com/docker/attest is public ENV GOPRIVATE="github.com/docker/attest" -RUN --mount=type=secret,id=GITHUB_TOKEN <