Skip to content

Commit

Permalink
Try to fix docker push error by removing default repository
Browse files Browse the repository at this point in the history
  • Loading branch information
empire committed Mar 26, 2021
1 parent cac8ee0 commit 89b6d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ builds:
- darwin
goarch:
- amd64
- arm64
archives:
- replacements:
darwin: Darwin
Expand All @@ -23,7 +22,6 @@ archives:
amd64: x86_64
dockers:
- image_templates:
- 'empire/go-tse:{{ .Tag }}-amd64'
- 'ghcr.io/empire/go-tse:{{ .Tag }}-amd64'
dockerfile: Dockerfile
goos: linux
Expand Down

0 comments on commit 89b6d3c

Please sign in to comment.