Skip to content

Commit

Permalink
update goreleaser config docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Dec 8, 2024
1 parent 56ee1c8 commit 4ca75d4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,19 @@ dockers:
- "--label=org.opencontainers.image.description=Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make."

docker_manifests:
- name_template: "ghcr.io/go-task/task:v{{.Version}}"
- name_template: "ghcr.io/go-task/task:v{{.Major}}.{{.Minor}}.{{.Patch}}"
image_templates:
- "ghcr.io/go-task/task:v{{.Version}}-amd64"
- "ghcr.io/go-task/task:v{{.Version}}-arm64v8"

- name_template: "ghcr.io/go-task/task:latest"
- name_template: "ghcr.io/go-task/task:v{{.Major}}.{{.Minor}}"
image_templates:
- "ghcr.io/go-task/task:v{{.Version}}-amd64"
- "ghcr.io/go-task/task:v{{.Version}}-arm64v8"
- name_template: "ghcr.io/go-task/task:v{{.Major}}"
image_templates:
- "ghcr.io/go-task/task:v{{.Version}}-amd64"
- "ghcr.io/go-task/task:v{{.Version}}-arm64v8"
- name_template: "ghcr.io/go-task/task:latest"
image_templates:
- "ghcr.io/go-task/task:v{{.Version}}-amd64"
- "ghcr.io/go-task/task:v{{.Version}}-arm64v8"

0 comments on commit 4ca75d4

Please sign in to comment.