Skip to content

Commit

Permalink
build(release): fix goreleaser docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Jun 5, 2024
1 parent 4d8bb78 commit fbff53b
Showing 1 changed file 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 @@ -13,7 +13,7 @@ builds:
- arm64
dockers:
- image_templates: ["ghcr.io/celestiaorg/op-plasma-celestia:{{ .Version }}"]
dockerfile: Dockerfile
dockerfile: goreleaser.dockerfile
build_flag_templates:
- --label=org.opencontainers.image.title={{ .ProjectName }}
- --label=org.opencontainers.image.description={{ .ProjectName }}
Expand Down

0 comments on commit fbff53b

Please sign in to comment.