Skip to content

Commit cb3eeb2

Browse files
authored
Remove unnecessary docker manifest entry in goreleaser (google#752)
google#751 didn't completely work (though docker image is successfully published), so this followup PR should hopefully fix the problem.
1 parent fa8e74e commit cb3eeb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@ docker_manifests:
113113
image_templates:
114114
- "ghcr.io/google/osv-scanner:{{ .Tag }}-amd64"
115115
- "ghcr.io/google/osv-scanner:{{ .Tag }}-arm64"
116-
- name_template: "ghcr.io/google/osv-scanner-action:{{ .Tag }}"
117-
image_templates:
118-
- "ghcr.io/google/osv-scanner-action:{{ .Tag }}"
119-
- name_template: "ghcr.io/google/osv-scanner-action:latest"
120-
image_templates:
121-
- "ghcr.io/google/osv-scanner-action:{{ .Tag }}"
122116

123117
archives:
124118
- format: binary

0 commit comments

Comments
 (0)