remove conf
All checks were successful
Create OCI image(s) / Build and push images (push) Successful in 3m5s

This commit is contained in:
Chris Kruining 2025-09-08 16:32:34 +02:00
parent 93071de95c
commit dfb71f8d48
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -21,8 +21,8 @@ dockerTools.buildImage {
]; ];
}; };
config = { # config = {
User = "runner"; # User = "runner";
Cmd = [ "${lib.getExe bashInteractive}" ]; # Cmd = [ "${lib.getExe bashInteractive}" ];
}; # };
} }