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 May 1, 2024
1 parent 08c031a commit 8f3090f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -74,7 +74,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 8f3090f

Please sign in to comment.