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
pull/62131/head
Dan Cech 2 years ago committed by GitHub
parent 7c27c866f6
commit 0c8a2bbfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .dockerignore
  2. 1
      Dockerfile

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

@ -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

Loading…
Cancel
Save