Skip to content

Commit

Permalink
ci: test go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
y-eight committed Nov 30, 2023
1 parent 281684c commit b4152c3
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 @@ -15,7 +15,7 @@ dockers:
- --label=org.opencontainers.image.url=https://caas.telekom.de
- --label=org.opencontainers.image.source=https://github.com/caas-team/sparrow
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time.RFC3339 }}
- --label=org.opencontainers.image.created={{ .Timestamp }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
- --label=org.opencontainers.image.licenses="Apache 2.0"
nfpms:
Expand Down

0 comments on commit b4152c3

Please sign in to comment.