Skip to content

Commit d50e7f9

Browse files
committed
fix: bin name
1 parent 57ee4cd commit d50e7f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project_name: kubectl-del-namespace
33
builds:
44
- id: main
55
main: main.go
6-
binary: kubectl-del-namespace
6+
binary: kubectl-del_namespace
77
goos:
88
- linux
99
- darwin
@@ -114,7 +114,7 @@ brews:
114114
homepage: https://github.com/DoodleScheduling/kubectl-del-namespace
115115
folder: Formula
116116
test: |
117-
system "#{bin}/kubectl-del-namespace -h"
117+
system "#{bin}/kubectl-del_namespace -h"
118118
119119
krews:
120120
- ids:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
22
WORKDIR /
3-
COPY kubectl-del-namespace kubectl-del-namespace
3+
COPY kubectl-del_namespace kubectl-del_namespace
44

5-
ENTRYPOINT ["/kubectl-del-namespace"]
5+
ENTRYPOINT ["/kubectl-del_namespace"]

0 commit comments

Comments
 (0)