Skip to content

Commit

Permalink
add go version to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Apr 3, 2019
1 parent ba9617d commit ab26d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dockers:
- quay.io/mittwald/kubernetes-secret-generator:latest
- quay.io/mittwald/kubernetes-secret-generator:stable
- quay.io/mittwald/kubernetes-secret-generator:{{ .Tag }}
- quay.io/mittwald/kubernetes-secret-generator:{{ .Tag }}-{{ .Env.GO_VERSION }}
- quay.io/mittwald/kubernetes-secret-generator:{{ .Tag }}-go{{ .Env.GO_VERSION }}
binaries:
- kubernetes-secret-generator
goos: linux
Expand Down

0 comments on commit ab26d4d

Please sign in to comment.