Skip to content

Commit

Permalink
wip: iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Aug 6, 2024
1 parent c5c1afe commit fce7c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/fwlib/blockTypes/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fce7c6d

Please sign in to comment.