Skip to content

Commit

Permalink
fix: don't push to dockerhub -- I don't have a dockerhub account yet lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jul 19, 2022
1 parent bc72c82 commit 2504eba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ builds:
dockers:
# build latest and specific tag version images
- image_templates:
- "tjhop/{{.ProjectName}}:{{ .Tag }}"
- "tjhop/{{.ProjectName}}:latest"
# push to github container registry too
- "ghcr.io/tjhop/{{.ProjectName}}:{{ .Tag }}"
- "ghcr.io/tjhop/{{.ProjectName}}:latest"
goos: linux
Expand Down

0 comments on commit 2504eba

Please sign in to comment.