1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/pipe/docker
Albert Salim ae2e6ddc0e feat: Add support image templates
Docker config takes a list of image templates as image specification.
Existing config with image and tag templates are still accepted,
but will display deprecation notice.

Either image templates or image + tag templates is supported,
but not both at the same time.

This will also support publishing to multiple docker registries (#832).

Deprecated:
- `docker.image`
- `docker.tag_templates`
2018-10-20 13:15:15 -03:00
..
testdata refactor: better package organization 2018-09-12 14:18:01 -03:00
docker_test.go feat: Add support image templates 2018-10-20 13:15:15 -03:00
docker.go feat: Add support image templates 2018-10-20 13:15:15 -03:00