Skip to content

Commit

Permalink
handle different docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
herlon214 committed Dec 4, 2021
1 parent cc9b245 commit 570ea51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ changelog:
skip: true
dockers:
- image_templates:
- herlon214/sonarqube-pr-issues
- "herlon214/sonarqube-pr-issues:latest"
- "herlon214/sonarqube-pr-issues:{{ .Tag }}"
- "herlon214/sonarqube-pr-issues:{{ .Tag }}-{{ .Env.GO_VERSION }}"
- "herlon214/sonarqube-pr-issues:v{{ .Major }}"

0 comments on commit 570ea51

Please sign in to comment.