Skip to content

Commit

Permalink
fix(ghcr): references (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Aug 4, 2022
1 parent ed17761 commit 3580abf
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 @@ changelog:
- '^test:'
dockers:
- image_templates:
- "ghcr.io/adfinis-sygroup/mopsos:{{ .Tag }}"
- "ghcr.io/adfinis-sygroup/mopsos:v{{ .Major }}"
- "ghcr.io/adfinis-sygroup/mopsos:v{{ .Major }}.{{ .Minor }}"
- "ghcr.io/adfinis-sygroup/mopsos:latest"
- "ghcr.io/adfinis/mopsos:{{ .Tag }}"
- "ghcr.io/adfinis/mopsos:v{{ .Major }}"
- "ghcr.io/adfinis/mopsos:v{{ .Major }}.{{ .Minor }}"
- "ghcr.io/adfinis/mopsos:latest"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.name={{.ProjectName}}"
Expand Down

0 comments on commit 3580abf

Please sign in to comment.