Skip to content

Commit

Permalink
fix: no latest tag on prereleases (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored May 26, 2023
1 parent 8ffa0f0 commit 393c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kos:
- repository: ghcr.io/kyverno/playground
tags:
- '{{.Tag}}'
- '{{ if not .PreRelease }}latest{{ end }}'
- '{{ if not .Prerelease }}latest{{ end }}'
bare: true
preserve_import_paths: false
sbom: none
Expand Down

0 comments on commit 393c264

Please sign in to comment.