Skip to content

Commit

Permalink
fix: Cleanup deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Oct 27, 2023
1 parent 15fe2bb commit f2a4bdc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ archives:
- LICENSE

brews:
- tap:
- repository:
owner: stenic
name: homebrew-tap
folder: Formula
Expand All @@ -51,13 +51,13 @@ brews:
install: |-
bin.install "{{ .ProjectName }}"
scoop:
bucket:
owner: stenic
name: scoop-bucket
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"
scoops:
- repository:
owner: stenic
name: scoop-bucket
homepage: "{{ .Env.PROJECT_HOMEPAGE }}"
description: "{{ .Env.PROJECT_DESCRIPTION }}"
license: "{{ .Env.LICENSE }}"

# nfpms:
# - file_name_template: '{{ .ConventionalFileName }}'
Expand Down
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (c) 2023 Stenic

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# regclean

RegClean is a tool for cleaning container registries.
It checked the registry for images that are not in use by multiple kubernetes clusters.

0 comments on commit f2a4bdc

Please sign in to comment.