Skip to content

Commit

Permalink
ci!: use correct (apache2) license on container image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Nov 20, 2024
1 parent 85dffb3 commit af1aee6
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 @@ -30,7 +30,7 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/tjhop/ns1_exporter"
- "--label=org.opencontainers.image.description='NS1 Prometheus Exporter and HTTP SD Provider'"
- "--label=org.opencontainers.image.licenses=MIT"
- "--label=org.opencontainers.image.licenses=Apache-2.0"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit af1aee6

Please sign in to comment.