Skip to content

Commit

Permalink
Fix typo in image
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Feb 3, 2021
1 parent 2717da7 commit 04bf795
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ docker_manifests:
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}-arm7"
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}-riscv64"
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}-386"
- name_template: ghcr.io/hikhvar/mqtt2prometheus:lates
- name_template: ghcr.io/hikhvar/mqtt2prometheus:latest
image_templates:
- "ghcr.io/hikhvar/mqtt2prometheus:lates-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:lates-arm64"
- "ghcr.io/hikhvar/mqtt2prometheus:lates-arm6"
- "ghcr.io/hikhvar/mqtt2prometheus:lates-arm7"
- "ghcr.io/hikhvar/mqtt2prometheus:lates-riscv64"
- "ghcr.io/hikhvar/mqtt2prometheus:lates-386"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-arm64"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-arm6"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-arm7"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-riscv64"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-386"

0 comments on commit 04bf795

Please sign in to comment.