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 26, 2023
1 parent 15fe2bb commit 0afddd0
Show file tree
Hide file tree
Showing 2 changed files with 12 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
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 0afddd0

Please sign in to comment.