Skip to content

Commit

Permalink
chore(chart): Fix incorrect URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmercierfr committed Oct 3, 2023
1 parent a5ac30d commit 746510d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ dockers:
build_flag_templates:
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/goreleaser/example
- --label=org.opencontainers.image.source=https://github.com/goreleaser/example
- --label=org.opencontainers.image.url=https://github.com/qonto/prometheus-rds-exporter
- --label=org.opencontainers.image.source=https://github.com/qonto/prometheus-rds-exporter
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
Expand All @@ -103,8 +103,8 @@ dockers:
build_flag_templates:
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
- --label=org.opencontainers.image.url=https://github.com/goreleaser/example
- --label=org.opencontainers.image.source=https://github.com/goreleaser/example
- --label=org.opencontainers.image.url=https://github.com/qonto/prometheus-rds-exporter
- --label=org.opencontainers.image.source=https://github.com/qonto/prometheus-rds-exporter
- --label=org.opencontainers.image.version={{ .Version }}
- --label=org.opencontainers.image.created={{ time "2006-01-02T15:04:05Z07:00" }}
- --label=org.opencontainers.image.revision={{ .FullCommit }}
Expand Down

0 comments on commit 746510d

Please sign in to comment.