diff --git a/ops/aggregator.Dockerfile b/ops/aggregator.Dockerfile index 29bed7a..97774bd 100644 --- a/ops/aggregator.Dockerfile +++ b/ops/aggregator.Dockerfile @@ -6,21 +6,27 @@ COPY go.mod go.sum ./ ENV GOPRIVATE=github.com/alt-research/avs-generic-aggregator ARG XDG_CONFIG_HOME=/root/.config/ + RUN \ --mount=type=secret,id=gh_hosts,target=/root/.config/gh/hosts.yml \ --mount=type=secret,id=git_config,target=/root/.gitconfig \ --mount=type=secret,id=git_credentials,target=/root/.git-credentials \ <