Skip to content

Commit

Permalink
Fix hardcoded value in local-image-test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal committed Dec 14, 2024
1 parent 55a49f3 commit f2ede20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/public/local-image-test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ writeShellScriptBin "local-image-test" ''
IMAGE_TAG=$(nix eval .#$1.imageTag --raw)
IMAGE_NAME=$(nix eval .#$1.imageName --raw)
nix run .#image.copyTo \
nix run .#$1.copyTo \
docker-daemon:''${IMAGE_NAME}:''${IMAGE_TAG}
# Ensure that the image has minimal closure size.
Expand Down

0 comments on commit f2ede20

Please sign in to comment.