Use overwrite_organization in templates

This commit is contained in:
Mikhail Gordeev 2023-02-03 02:01:01 +03:00
parent 9bd9973c34
commit 62645763df

View File

@ -127,7 +127,7 @@ class DockerBuilder:
alt_image=alt_image,
branch=branch,
install_pakages=install_pakages,
organization=self.organization,
organization=self.overwrite_organization,
registry=registry,
)