mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 08:30:05 +01:00
feat(examples/nginx-deployment): use new config.docker.copyScript
This commit is contained in:
parent
6d6c4c2106
commit
a429aeec9e
1 changed files with 1 additions and 4 deletions
|
|
@ -36,8 +36,5 @@ rec {
|
||||||
images = config.docker.export;
|
images = config.docker.export;
|
||||||
|
|
||||||
# script to push docker images to registry
|
# script to push docker images to registry
|
||||||
pushDockerImages = docker.copyDockerImages {
|
pushDockerImages = config.docker.copyScript;
|
||||||
inherit images;
|
|
||||||
dest = "docker://${registry}";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue