Skip to content

Commit

Permalink
feat: also push major version containers
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Dec 29, 2022
1 parent e2a2301 commit d9bedbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ release:
dockers:
-
image_templates:
- "hazcod/dnstwist/dnstwist:latest"
- "hazcod/dnstwist/dnstwist:{{ .Tag }}"
- "ghcr.io/hazcod/dnstwist/dnstwist:latest"
- "ghcr.io/hazcod/dnstwist/dnstwist:{{ .Tag }}"
- "ghcr.io/hazcod/dnstwist/dnstwist:{{ .Major }}"

sboms:
-
Expand Down

0 comments on commit d9bedbf

Please sign in to comment.