uuuuuugh
Some checks failed
Test action / Print hello world (push) Failing after 8s

This commit is contained in:
Chris Kruining 2025-09-04 15:11:32 +02:00
parent 61505943f9
commit 66e400e7c0
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -7,7 +7,7 @@ with pkgs;
let let
debian = dockerTools.pullImage { debian = dockerTools.pullImage {
imageName = "debian"; imageName = "debian";
sha256 = "1e45698b8553ad4b2e074f59f14c579194aa9b003f5c7b4a3d8704087954909b"; imageDigest = "sha256:1e45698b8553ad4b2e074f59f14c579194aa9b003f5c7b4a3d8704087954909b";
}; };
in in
dockerTools.buildImage { dockerTools.buildImage {