Skip to content

Commit

Permalink
fix: release docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
rruizt committed Apr 8, 2024
1 parent f3d5459 commit f8e66e0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ builds:
- main: ./cmd/omnivore-as-rss/omnivore-as-rss.go
env:
- CGO_ENABLED=0
binary: omnivore-to-rss
binary: omnivore-as-rss
goos:
- linux
- windows
Expand All @@ -30,14 +30,14 @@ builds:

dockers:
- image_templates:
- "rruizt/omnivore-to-rss:{{ .Version }}-amd64"
- "rruizt/omnivore-as-rss:{{ .Version }}-amd64"
use: buildx
dockerfile: build/Dockerfile
build_flag_templates:
- "--platform=linux/amd64"

- image_templates:
- "rruizt/omnivore-to-rss:{{ .Version }}-armv7"
- "rruizt/omnivore-as-rss:{{ .Version }}-armv7"
use: buildx
goarch: arm
goarm: 7
Expand All @@ -46,14 +46,14 @@ dockers:
- "--platform=linux/arm/v7"

docker_manifests:
- name_template: "rruizt/omnivore-to-rss:{{ .Version }}"
- name_template: "rruizt/omnivore-as-rss:{{ .Version }}"
image_templates:
- "rruizt/omnivore-to-rss:{{ .Version }}-amd64"
- "rruizt/omnivore-to-rss:{{ .Version }}-armv7"
- name_template: "rruizt/omnivore-to-rss:latest"
- "rruizt/omnivore-as-rss:{{ .Version }}-amd64"
- "rruizt/omnivore-as-rss:{{ .Version }}-armv7"
- name_template: "rruizt/omnivore-as-rss:latest"
image_templates:
- "rruizt/omnivore-to-rss:{{ .Version }}-amd64"
- "rruizt/omnivore-to-rss:{{ .Version }}-armv7"
- "rruizt/omnivore-as-rss:{{ .Version }}-amd64"
- "rruizt/omnivore-as-rss:{{ .Version }}-armv7"


archives:
Expand Down

0 comments on commit f8e66e0

Please sign in to comment.