feat(examples/nginx-deployment): use new config.docker.copyScript

This commit is contained in:
Jaka Hudoklin 2019-03-13 18:06:09 +01:00
parent 6d6c4c2106
commit a429aeec9e
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95

View file

@ -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;
}