Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Mar 31, 2020
1 parent 36e31c5 commit 933b5d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ release:
draft: false
github:
owner: hofstadter-io
name: homebrew-tap
name: hof

dockers:
- binaries:
Expand All @@ -91,7 +91,7 @@ dockers:
skip_push: false
dockerfile: ci/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scrath"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}-scrath"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}-scrath"
- "hofstadter/{{.ProjectName}}:latest-scrath"
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}-scratch"
- "hofstadter/{{.ProjectName}}:latest-scratch"
2 changes: 1 addition & 1 deletion cue.mods
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cue 0.0.15

require (
github.com/hofstadter-io/cuelib v0.0.5
github.com/hofstadter-io/hofmod-cli v0.3.2
github.com/hofstadter-io/hofmod-cli v0.3.3
github.com/hofstadter-io/mvs v0.3.0
)
4 changes: 2 additions & 2 deletions design/cli-releases.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ CliReleases :: schema.GoReleaser & {
Homepage: "https://github.com/hofstadter-io/hof"

GitHub: {
Owner: "hofstadter-io"
Repo: "homebrew-tap"
Owner: "hofstadter-io"
Repo: "hof"
}

Docker: {
Expand Down

0 comments on commit 933b5d8

Please sign in to comment.