copy .github folder into golang build container since we rely on codeowners (#62122)

* copy .github folder into golang build container since we rely on codeowners

* remove .github for .dockerignore
This commit is contained in:
Dan Cech
2023-01-25 15:31:16 +00:00
committed by GitHub
parent 7c27c866f6
commit 0c8a2bbfd5
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
.dockerignore
.git
.gitignore
.github
.vscode
bin
data*

View File

@@ -53,6 +53,7 @@ COPY public/api-spec.json public/api-spec.json
COPY pkg pkg
COPY scripts scripts
COPY conf conf
COPY .github .github
RUN make build-go