Skip to content

Commit

Permalink
chore(docker): Dockerfile.goreleaser -> goreleaser.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 17, 2024
1 parent a161531 commit ded3adb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dockers:
image_templates:
- ghcr.io/gabe565/{{ .ProjectName }}:{{ .Version }}-amd64
use: buildx
dockerfile: Dockerfile.goreleaser
dockerfile: goreleaser.Dockerfile
build_flag_templates:
- "--platform=linux/amd64"
- <<: *dockers
Expand Down
File renamed without changes.

0 comments on commit ded3adb

Please sign in to comment.