Skip to content

Commit

Permalink
rename docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Jan 29, 2023
1 parent 05a3b7e commit c612e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ before:
dockers:
-
image_templates:
- "justmiles/go-markdown2confluence:latest"
- "justmiles/go-markdown2confluence:{{ .Tag }}"
- "justmiles/go-markdown2confluence:v{{ .Major }}"
- "justmiles/markdown2confluence:latest"
- "justmiles/markdown2confluence:{{ .Tag }}"
- "justmiles/markdown2confluence:v{{ .Major }}"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down

0 comments on commit c612e13

Please sign in to comment.