Skip to content

Commit

Permalink
Update goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 1, 2022
1 parent 78fd8cd commit 8840d6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ release:
prerelease: auto
dockers:
- image_templates:
- "docker.pkg.github.com/wesovilabs/templatizer:latest"
- "docker.pkg.github.com/wesovilabs/templatizer:{{ .Major }}"
- "docker.pkg.github.com/wesovilabs/templatizer:{{ .Major }}.{{ .Minor }}"
- "docker.pkg.github.com/wesovilabs/templatizer:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "docker.pkg.github.com/wesovilabs/templatizer/{{.ProjectName}}:latest"
- "docker.pkg.github.com/wesovilabs/templatizer/{{.ProjectName}}:{{ .Major }}"
- "docker.pkg.github.com/wesovilabs/templatizer/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}"
- "docker.pkg.github.com/wesovilabs/templatizer/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
dockerfile: ./Dockerfile
build_flag_templates:
- "--pull"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@


**Templater** is created to empower the mechanism to take advantage of template repositories. It's known that Github (nor Gitlab) doesn't provide us a handy way to take advantage of the Template repositories. When we start from a Template we usually need to do a lot of manual and inefficient replacement tasks.

## Getting started

`templatizer` can be installed by running
## Usage

## Contributing

Contributions are welcome, but before doing it I hardly recommend you to have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) and the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).
Expand Down

0 comments on commit 8840d6f

Please sign in to comment.