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

Commit

Permalink
turn on releasing again
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Apr 27, 2020
1 parent 06da2cb commit fbbad1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .hof/Cli/cmd/mvs/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ changelog:

release:
disable: true
draft: true
draft: false
github:
owner: hofstadter-io
name: mvs

dockers:
- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ../../ci/mvs/docker/Dockerfile.jessie
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}"
Expand All @@ -88,7 +88,7 @@ dockers:

- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ../../ci/mvs/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
Expand Down
6 changes: 3 additions & 3 deletions cmd/mvs/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ changelog:

release:
disable: true
draft: true
draft: false
github:
owner: hofstadter-io
name: mvs

dockers:
- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ../../ci/mvs/docker/Dockerfile.jessie
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}"
Expand All @@ -88,7 +88,7 @@ dockers:

- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ../../ci/mvs/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
Expand Down

0 comments on commit fbbad1e

Please sign in to comment.