Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Nov 24, 2021
1 parent f66e626 commit bb2abc4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,5 @@ dockers:
dockerfile: Dockerfile
skip_push: auto
image_templates:
- "ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }}"
docker_manifests:
- name_template: ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }}
image_templates:
- ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }}
- name_template: ghcr.io/liamg/{{ .ProjectName }}:latest
image_templates:
- ghcr.io/liamg/{{ .ProjectName }}:{{ .Version }}
- "ghcr.io/liamg/{{ .ProjectName }}:{{ .Tag }}"
- "ghcr.io/liamg/{{ .ProjectName }}:latest"

0 comments on commit bb2abc4

Please sign in to comment.