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

Commit

Permalink
bump hofmod-cli, fix more bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Apr 12, 2020
1 parent bab66fa commit 46569b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ changelog:


release:
disable: true
disable: false
draft: false
github:
owner: hofstadter-io
Expand All @@ -72,7 +72,7 @@ release:
dockers:
- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ci/docker/Dockerfile.jessie
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}"
Expand All @@ -88,10 +88,10 @@ dockers:

- binaries:
- mvs
skip_push: true
skip_push: false
dockerfile: ci/docker/Dockerfile.scratch
image_templates:
- "hofstadter/{{.ProjectName}}:{{.Tag}}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}-scratch"
- "hofstadter/{{.ProjectName}}:v{{ .Major }}-scratch"
- "hofstadter/{{.ProjectName}}:latest-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,5 +4,5 @@ cue 0.1.1

require (
github.com/hofstadter-io/cuelib v0.0.5
github.com/hofstadter-io/hofmod-cli v0.3.4
github.com/hofstadter-io/hofmod-cli v0.3.5
)
2 changes: 2 additions & 0 deletions cue.sums
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ github.com/hofstadter-io/hofmod-cli v0.3.3 h1:JSuT+8Bm8b7CqSMZqtXuzSWt8bFCuGIsbd
github.com/hofstadter-io/hofmod-cli v0.3.3/cue.mods h1:YmxImIIBaXUl/P54xJqbLzLTFvpYCNQBhoyVCCfmad0=
github.com/hofstadter-io/hofmod-cli v0.3.4 h1:cpq6IIm9B3X8v8bIhxOLBRnhRSEcsrgK/nLbt29ChKY=
github.com/hofstadter-io/hofmod-cli v0.3.4/cue.mods h1:YmxImIIBaXUl/P54xJqbLzLTFvpYCNQBhoyVCCfmad0=
github.com/hofstadter-io/hofmod-cli v0.3.5 h1:AKf1BeHDiVvRZLPoNC0gaRq+8H3vwnQrW/1IryOOydM=
github.com/hofstadter-io/hofmod-cli v0.3.5/cue.mods h1:YmxImIIBaXUl/P54xJqbLzLTFvpYCNQBhoyVCCfmad0=

0 comments on commit 46569b0

Please sign in to comment.