Skip to content

Commit

Permalink
fix: missing license files
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Aug 30, 2024
1 parent fab6f72 commit d17dbf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dockers:
goarch: amd64
use: buildx
extra_files:
- "LICENSES"
- "LICENSE"
- "third-party-licenses.md"
dockerfile: build/Dockerfile
image_templates:
Expand All @@ -44,7 +44,7 @@ dockers:
goarch: arm64
use: buildx
extra_files:
- "LICENSES"
- "LICENSE"
- "third-party-licenses.md"
dockerfile: build/Dockerfile
image_templates:
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV NAMESPACE=default

COPY manager /
COPY LICENSE /LICENSE
COPY third-party-licenses.md /third-party-licenses.md
USER 65532:65532

ENTRYPOINT ["/manager"]

0 comments on commit d17dbf2

Please sign in to comment.