Skip to content

Commit

Permalink
changed ECR repo
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Apr 19, 2022
1 parent 7d79dbc commit cfd73d9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ changelog:
- "^test:"
dockers:
- image_templates:
- public.ecr.aws/prabhat/zinc:{{ .Version }}-amd64
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-amd64
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -66,7 +66,7 @@ dockers:
- web
- embed.go
- image_templates:
- public.ecr.aws/prabhat/zinc:{{ .Version }}-arm64
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-arm64
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -82,7 +82,7 @@ dockers:
- web
- embed.go
- image_templates:
- public.ecr.aws/prabhat/zinc:{{ .Version }}-armv7
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-armv7
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -98,7 +98,7 @@ dockers:
- web
- embed.go
- image_templates:
- public.ecr.aws/prabhat/zinc:latest-amd64
- public.ecr.aws/h9e2j3o7/zinc:latest-amd64
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -114,7 +114,7 @@ dockers:
- web
- embed.go
- image_templates:
- public.ecr.aws/prabhat/zinc:latest-arm64
- public.ecr.aws/h9e2j3o7/zinc:latest-arm64
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -130,7 +130,7 @@ dockers:
- web
- embed.go
- image_templates:
- public.ecr.aws/prabhat/zinc:latest-armv7
- public.ecr.aws/h9e2j3o7/zinc:latest-armv7
use: buildx
skip_push: "false"
build_flag_templates:
Expand All @@ -150,26 +150,26 @@ docker_manifests:

# Name template for the manifest.
# Defaults to empty.
name_template: public.ecr.aws/prabhat/zinc:{{ .Version }}
name_template: public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}

# Image name templates to be added to this manifest.
# Defaults to empty.
image_templates:
- public.ecr.aws/prabhat/zinc:{{ .Version }}-amd64
- public.ecr.aws/prabhat/zinc:{{ .Version }}-arm64
- public.ecr.aws/prabhat/zinc:{{ .Version }}-armv7
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-amd64
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-arm64
- public.ecr.aws/h9e2j3o7/zinc:{{ .Version }}-armv7
- id: zinc-latest

# Name template for the manifest.
# Defaults to empty.
name_template: public.ecr.aws/prabhat/zinc:latest
name_template: public.ecr.aws/h9e2j3o7/zinc:latest

# Image name templates to be added to this manifest.
# Defaults to empty.
image_templates:
- public.ecr.aws/prabhat/zinc:latest-amd64
- public.ecr.aws/prabhat/zinc:latest-arm64
- public.ecr.aws/prabhat/zinc:latest-armv7
- public.ecr.aws/h9e2j3o7/zinc:latest-amd64
- public.ecr.aws/h9e2j3o7/zinc:latest-arm64
- public.ecr.aws/h9e2j3o7/zinc:latest-armv7
# https://goreleaser.com/customization/homebrew/
brews:
- name: zinc
Expand Down

0 comments on commit cfd73d9

Please sign in to comment.