mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +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;
|
||||
|
||||
# script to push docker images to registry
|
||||
pushDockerImages = docker.copyDockerImages {
|
||||
inherit images;
|
||||
dest = "docker://${registry}";
|
||||
};
|
||||
pushDockerImages = config.docker.copyScript;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue