From fce7c6da797247b9222be5fb1ce17fdc2b9a350e Mon Sep 17 00:00:00 2001 From: David Date: Tue, 6 Aug 2024 16:44:19 +0200 Subject: [PATCH] wip: iterate --- src/std/fwlib/blockTypes/containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/std/fwlib/blockTypes/containers.nix b/src/std/fwlib/blockTypes/containers.nix index a6cde109..2caf636b 100644 --- a/src/std/fwlib/blockTypes/containers.nix +++ b/src/std/fwlib/blockTypes/containers.nix @@ -72,7 +72,7 @@ in # Conditionally output the name and digest for GitHub Actions if [ -n "$GITHUB_OUTPUT" ]; then - echo 'out={"name": "${target.image.repo}", "digest": "'$DIGEST'"}' >> "$GITHUB_OUTPUT" + echo 'out={"name": "${target.image.repo}", "digest": "'"$DIGEST"'"}' >> "$GITHUB_OUTPUT" fi '' { meta.image = target.image.name;