Skip to content

Commit

Permalink
chore(dockerfile): Rename Dockerfile.goreleaser to `goreleaser.Dock…
Browse files Browse the repository at this point in the history
…erfile`
  • Loading branch information
gabe565 committed Apr 11, 2024
1 parent 4af9f87 commit c3d8e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dockers:
image_templates:
- ghcr.io/clevyr/{{ .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 c3d8e53

Please sign in to comment.