drone-docker-buildx/plugin
Robert Kaussow 17016c9f49
fix: fix auto_tag behavior to avoid unexpected publishing (#68)
BREAKING CHANGE: `latest` has been removed from the default `tags` list, which is now empty. You must specify `auto_tag` or `tags` option, otherwise the plugin will build but __never__ tag and push the image.
2022-01-12 09:10:27 +01:00
..
daemon.go feat: load buildkit config from string instead of file (#37) 2021-07-25 14:28:33 +02:00
docker.go fix: fix auto_tag behavior to avoid unexpected publishing (#68) 2022-01-12 09:10:27 +01:00
docker_test.go refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00
impl.go fix: fix auto_tag behavior to avoid unexpected publishing (#68) 2022-01-12 09:10:27 +01:00
plugin.go refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00
tags.go refactor: update dependencies and use plugin boilerplate 2021-01-11 21:54:49 +01:00
tags_test.go fix: fix auto_tag behavior to avoid unexpected publishing (#68) 2022-01-12 09:10:27 +01:00