Skip to content

Commit

Permalink
One more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 17, 2024
1 parent 87cc98b commit 75ce6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-bake-template-target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
input=$(cat $input_file | jq -c)

# Determine the targets.
TARGETS=$(docker buildx bake --print | jq -cr '.group.default.targets' | jq -r '.[]')
TARGETS=$(docker buildx bake --print docker-bake.hcl build.json | jq -cr '.group.default.targets' | jq -r '.[]')

# Generate the meta JSON strings
meta=""
Expand Down

0 comments on commit 75ce6b0

Please sign in to comment.