Skip to content

Commit

Permalink
ci: Yet another fix to publish docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 2, 2023
1 parent 9a5b277 commit 4656851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ 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 @@ -86,7 +85,6 @@ 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 4656851

Please sign in to comment.