Skip to content

Commit

Permalink
Fix docker major tag by adding v (#97)
Browse files Browse the repository at this point in the history
Am silly and didn't notice the cheeky lil `v` in[ the
docs](https://goreleaser.com/customization/docker/#keeping-docker-images-updated-for-current-major),
adding it in so docker tags follow convention
<img width="568" alt="image"
src="https://github.com/incident-io/catalog-importer/assets/20378963/456e64f3-080b-4809-b1b8-4f9b34dfbb15">
  • Loading branch information
ElizabethMRichardson authored Mar 12, 2024
1 parent f913170 commit d6e2e31
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 @@ -36,6 +36,6 @@ brews:

dockers:
- image_templates:
- incidentio/{{ .ProjectName }}:latest
- incidentio/{{ .ProjectName }}:{{ .Tag }}
- incidentio/{{ .ProjectName }}:{{ .Major }}
- incidentio/{{ .ProjectName }}:latest
- incidentio/{{ .ProjectName }}:{{ .Tag }}
- incidentio/{{ .ProjectName }}:v{{ .Major }}

0 comments on commit d6e2e31

Please sign in to comment.