Skip to content

Commit

Permalink
fix: bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 27, 2024
1 parent 57ee4cd commit d50e7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Expand Up @@ -3,7 +3,7 @@ project_name: kubectl-del-namespace
builds:
- id: main
main: main.go
binary: kubectl-del-namespace
binary: kubectl-del_namespace
goos:
- linux
- darwin
Expand Down Expand Up @@ -114,7 +114,7 @@ brews:
homepage: https://github.com/DoodleScheduling/kubectl-del-namespace
folder: Formula
test: |
system "#{bin}/kubectl-del-namespace -h"
system "#{bin}/kubectl-del_namespace -h"
krews:
- ids:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
FROM gcr.io/distroless/static:nonroot@sha256:91ca4720011393f4d4cab3a01fa5814ee2714b7d40e6c74f2505f74168398ca9
WORKDIR /
COPY kubectl-del-namespace kubectl-del-namespace
COPY kubectl-del_namespace kubectl-del_namespace

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

0 comments on commit d50e7f9

Please sign in to comment.