File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ .github
12.vscode /
23.idea /
34.DS_Store
5+ bin /
46dist /
7+ ** /docs /
8+ ** /vendor /
9+ registry-scanner /config
10+ registry-scanner /hack
11+ registry-scanner /test
12+ scripts /
13+ test /e2e
14+ test /testdata
15+ test /utils
516* .iml
617# delve debug binaries
718cmd /** /debug
819debug.test
920** /coverage.out
21+ ** /CHANGELOG.md
22+ ** /README.md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mkdir -p /src/argocd-image-updater
77WORKDIR /src/argocd-image-updater
88# Copy the Go Modules manifests
99COPY go.mod go.sum ./
10- COPY registry-scanner . /
10+ COPY registry-scanner/go.mod registry-scanner/go.sum ./registry-scanner /
1111# cache deps before building and copying source so that we don't need to re-download as much
1212# and so that source changes don't invalidate our downloaded layer
1313RUN go mod download
You can’t perform that action at this time.
0 commit comments