Skip to content

Commit

Permalink
hotfix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi committed Nov 26, 2024
1 parent 8512e5f commit e73ead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GOPRIVATE=github.com/*
ENV GONOSUMDB=github.com/*
ENV GONOPROXY=github.com/*

COPY ./go.mod ./go.sum ./vendor ./
COPY ./go.mod ./go.sum ./
# Read the CI_ACCESS_TOKEN from the .env file
ARG CI_ACCESS_TOKEN
RUN git config --global url."https://olegfomenkodev:${CI_ACCESS_TOKEN}@github.com/".insteadOf "https://github.com/"
Expand Down

0 comments on commit e73ead9

Please sign in to comment.