Skip to content

Commit

Permalink
🔥 Remove GoReleaser Docker options
Browse files Browse the repository at this point in the history
GoReleaser is unable to find the binary artifact to include in the
release. Temporarily removing the Docker section to allow for release
and local troubleshooting.
  • Loading branch information
mikelorant committed Mar 5, 2023
1 parent 6a3635f commit ab30e42
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,3 @@ brews:
- name: git
test: |
system "#{bin}/committed --help"
dockers:
- image_templates:
- mikelorant/committed:{{.Version}}
- mikelorant/committed:latest
dockerfile: Dockerfile.release
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"

0 comments on commit ab30e42

Please sign in to comment.