mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
5ea003c6f6
* feat(docker): add buildpacks support Signed-off-by: Erkan Zileli <erkanzileli@gmail.com> * fix: move buildpacker imager code into own go file Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> * fix: use docker imager push method for buildpack imager push Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> * fix: return statement Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> * move test into api_buildback_test Signed-off-by: Furkan <furkan.turkal@trendyol.com> * fix: use buildpacks instead of buildpack Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> * fix(lint): fix lint issue * fix(buildpacks): use cwd instead of root directory * doc: add how to use a custom buildpack document Signed-off-by: Erkan Zileli <erkan.zileli@trendyol.com> * fix(doc): update docs as suggested Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> Co-authored-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com> Co-authored-by: Furkan <furkan.turkal@trendyol.com> Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>