Skip to content

Commit

Permalink
Removing docker container from goreleaser to address build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jul 17, 2024
1 parent bf2cea1 commit 54fce64
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ builds:
- linux
goarch:
- amd64
dockers:
- image_templates:
- ghcr.io/openchami/{{.ProjectName}}:latest
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}
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}}"
extra_files:
- LICENSE
- CHANGELOG.md
- README.md
- bin/magellan.sh
archives:
- format: tar.gz
rlcp: true
Expand Down

0 comments on commit 54fce64

Please sign in to comment.