Final fix

This commit is contained in:
Christoph Petrausch
2021-02-03 09:51:57 +01:00
parent 78da1d1dd7
commit 1eae3e5534

View File

@@ -63,24 +63,26 @@ changelog:
- '^test:'
dockers:
- dockerfile: release/Dockerfile.scratch
image_templates:
- "hikhvar/mqtt2prometheus:latest"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest"
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}"
- "ghcr.io/hikhvar/mqtt2prometheus:latest"
# TODO: Create Manifests for this
# TODO: Add arm6, arm7 and i386
# - dockerfile: release/Dockerfile.scratch
# image_templates:
# - "hikhvar/mqtt2prometheus:latest"
# - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}"
# - "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest"
# - "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}"
# - "ghcr.io/hikhvar/mqtt2prometheus:latest"
- dockerfile: release/Dockerfile.scratch
goos: linux
goarch: amd64
image_templates:
- "hikhvar/mqtt2prometheus:{{ .Tag }}-amd64"
- "hikhvar/mqtt2prometheus:latest}-amd64"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}}-amd64"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest}-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}}-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:latest}-amd64"
- "hikhvar/mqtt2prometheus:latest-amd64"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:{{ .Tag }}-amd64"
- "docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:{{ .Tag }}-amd64"
- "ghcr.io/hikhvar/mqtt2prometheus:latest-amd64"
- dockerfile: release/Dockerfile.scratch
goos: linux