Skip to content

Commit

Permalink
missed proper tag names in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Sheldon authored Sep 29, 2021
1 parent 695735f commit 8dd04a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ dockers:
docker_manifests:
- name_template: 'meltwater/drone-cache:{{ .Tag }}'
image_templates:
- 'meltwater/drone-cache:{{ .Tag }}-amd64'
- 'meltwater/drone-cache:{{ .Tag }}-arm64'
- 'meltwater/drone-cache:{{ .Tag }}-linux-amd64'
- 'meltwater/drone-cache:{{ .Tag }}-linux-arm64'
- name_template: 'meltwater/drone-cache:latest'
image_templates:
- 'meltwater/drone-cache:{{ .Tag }}-amd64'
- 'meltwater/drone-cache:{{ .Tag }}-arm64'
- 'meltwater/drone-cache:{{ .Tag }}-linux-amd64'
- 'meltwater/drone-cache:{{ .Tag }}-linux-arm64'

0 comments on commit 8dd04a8

Please sign in to comment.