release.nix -> default.nix
the default should be to build all the images
This commit is contained in:
parent
987c5c9460
commit
f90912f967
9 changed files with 19 additions and 19 deletions
2
push-all
2
push-all
|
@ -7,7 +7,7 @@ registry=${1:-docker.io}
|
|||
image_prefix=${2:-nixpkgs}
|
||||
image_tag=${3:-latest}
|
||||
|
||||
releases_json=$(nix-instantiate ./release.nix --strict --eval --json)
|
||||
releases_json=$(nix-instantiate --strict --eval --json)
|
||||
|
||||
echo "=== Pushing images to $registry"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue