Skip to content

Commit

Permalink
fix(release): docker repo name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHCB committed Jun 25, 2022
1 parent 482bcf1 commit d8ec5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ archives:
format: binary
dockers:
- image_templates:
- "StephanHCB/go-generator-cli:{{ .Tag }}"
- "StephanHCB/go-generator-cli:v{{ .Major }}"
- "StephanHCB/go-generator-cli:v{{ .Major }}.{{ .Minor }}"
- "StephanHCB/go-generator-cli:latest"
- "stephanhcb/go-generator-cli:{{ .Tag }}"
- "stephanhcb/go-generator-cli:v{{ .Major }}"
- "stephanhcb/go-generator-cli:v{{ .Major }}.{{ .Minor }}"
- "stephanhcb/go-generator-cli:latest"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit d8ec5b1

Please sign in to comment.