Skip to content

Commit

Permalink
Fixes in go module and goreleaser (#216)
Browse files Browse the repository at this point in the history
* fix wrong tag name

Signed-off-by: cpanato <[email protected]>

* remove replace in go mod

Signed-off-by: cpanato <[email protected]>

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored Sep 27, 2022
1 parent 9b2308b commit 62ac1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ docker_manifests:
- name_template: quay.io/helmpack/chart-releaser:{{ .Tag }}
image_templates:
- quay.io/helmpack/chart-releaser:{{ .Tag }}-amd64
- quay.io/helmpack/chart-releaser:{{ .Tag }}-arm64v8
- quay.io/helmpack/chart-releaser:{{ .Tag }}-arm64
- quay.io/helmpack/chart-releaser:{{ .Tag }}-armv7
- quay.io/helmpack/chart-releaser:{{ .Tag }}-s390x
- quay.io/helmpack/chart-releaser:{{ .Tag }}-ppc64le
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace (
github.com/docker/distribution => github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker => github.com/moby/moby v20.10.17+incompatible
)
replace github.com/docker/docker => github.com/moby/moby v20.10.17+incompatible

0 comments on commit 62ac1ae

Please sign in to comment.