Skip to content

Commit

Permalink
cleanup the tags so that they include the v in the version
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroleHamer committed Jan 9, 2020
1 parent 81464a9 commit e7f8673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ snapshot:

dockers:
- image_templates:
- "docker.io/appuio/image-cleanup:{{ .Tag }}"
- "docker.io/appuio/image-cleanup:{{ .Major }}"
- "docker.io/appuio/image-cleanup:v{{ .Tag }}"
- "docker.io/appuio/image-cleanup:v{{ .Major }}"

changelog:
sort: asc
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ go test ./...
docker run --rm -it appuio/image-cleanup:<tag>
```

## Release

Push a git tag with the scheme `vX.Y.Z`.

## License

This project is BSD 3-Clause licensed (see LICENSE file for details).
Expand Down

0 comments on commit e7f8673

Please sign in to comment.