Skip to content

Commit

Permalink
ci: skip pushing single arch docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 2, 2023
1 parent c479648 commit 9a5b277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ dockers:
- id: amd64
dockerfile: Dockerfile.goreleaser
use: buildx
skip_push: true
image_templates:
- "{{ .Env.OWNER }}/{{ .ProjectName }}:{{ .Tag }}-amd64"
- "{{ .Env.OWNER }}/{{ .ProjectName }}:v{{ .Major }}-amd64"
Expand All @@ -85,6 +86,7 @@ dockers:
- id: arm64
dockerfile: Dockerfile.goreleaser
use: buildx
skip_push: true
image_templates:
- "{{ .Env.OWNER }}/{{ .ProjectName }}:{{ .Tag }}-arm64"
- "{{ .Env.OWNER }}/{{ .ProjectName }}:v{{ .Major }}-arm64"
Expand Down

0 comments on commit 9a5b277

Please sign in to comment.