Skip to content

Commit

Permalink
fix: correct image path (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney authored Apr 1, 2022
1 parent bd2a207 commit f228aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ docker_manifests:
- name_template: "ghcr.io/aquasecurity/{{ .ProjectName }}:latest"
image_templates:
- ghcr.io/aquasecurity/{{ .ProjectName }}:{{ .Tag }}-arm64v8
- aquaghcr.io/aquasecuritysec/{{ .ProjectName }}:{{ .Tag }}-amd64
- ghcr.io/aquasecuritysec/{{ .ProjectName }}:{{ .Tag }}-amd64
- name_template: "ghcr.io/aquasecurity/{{ .ProjectName }}:v{{ .Major }}.{{ .Minor }}"
skip_push: auto
image_templates:
Expand Down

0 comments on commit f228aa5

Please sign in to comment.