Skip to content

Commit

Permalink
build(evrys): don't publish latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaba505 committed Oct 13, 2022
1 parent 7590cd8 commit 74153ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ builds:
- windows
- darwin
dockers:
- image_templates:
- "ghcr.io/z5labs/evrys/evrys:{{ .Tag }}"
- "ghcr.io/z5labs/evrys/evrys:latest"
-
image_templates:
- "ghcr.io/z5labs/evrys/evrys:{{ .Tag }}"
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 74153ef

Please sign in to comment.