Skip to content

Commit

Permalink
fix: make repository tag lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
lukibahr committed Oct 10, 2023
1 parent 2de35cc commit 3c054bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -31,7 +31,7 @@ changelog:
- Merge pull request
- Merge branch
dockers:
- image_templates: ["ghcr.io/lukibahr/Prometheus-BME280-exporter:{{ .Version }}"]
- image_templates: ["ghcr.io/lukibahr/prometheus-bme280-exporter:{{ .Version }}"]
dockerfile: Dockerfile
build_flag_templates:
- --label=org.opencontainers.image.source=github.com/lukibahr/Prometheus-BME280-exporter
Expand Down

0 comments on commit 3c054bf

Please sign in to comment.