Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
more fixes from hofmod-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Apr 27, 2020
1 parent 802fb3a commit 06da2cb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
/cue.mod/pkg
/vendor
/dist/
/cmd/mvs/dist/
4 changes: 2 additions & 2 deletions .hof/Cli/cmd/mvs/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dockers:
- binaries:
- mvs
skip_push: true
dockerfile: ci/docker/Dockerfile.jessie
dockerfile: ../../ci/mvs/docker/Dockerfile.jessie
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}"
Expand All @@ -89,7 +89,7 @@ dockers:
- binaries:
- mvs
skip_push: true
dockerfile: ci/docker/Dockerfile.scratch
dockerfile: ../../ci/mvs/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}-scratch"
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cli.cue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ HofGenCli: gen.#HofGenerator & {
"""

Releases: schema.#GoReleaser & {
Disabled: true
Draft: true
Disabled: false
Draft: false
Author: "Tony Worm"
Homepage: "https://github.com/hofstadter-io/mvs"

Expand Down
4 changes: 2 additions & 2 deletions cmd/mvs/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dockers:
- binaries:
- mvs
skip_push: true
dockerfile: ci/docker/Dockerfile.jessie
dockerfile: ../../ci/mvs/docker/Dockerfile.jessie
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}"
Expand All @@ -89,7 +89,7 @@ dockers:
- binaries:
- mvs
skip_push: true
dockerfile: ci/docker/Dockerfile.scratch
dockerfile: ../../ci/mvs/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}-scratch"
Expand Down

0 comments on commit 06da2cb

Please sign in to comment.