Skip to content

Commit

Permalink
goreleaser image version label with v
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Rafaj <filiprafaj@gmail.com>
  • Loading branch information
filiprafaj committed Nov 14, 2024
1 parent 3bcda96 commit dbd2e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dockers:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.version=v{{.Version}}"
- "--platform=linux/amd64"


Expand Down

0 comments on commit dbd2e86

Please sign in to comment.