Skip to content

Commit

Permalink
Test against local
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 20, 2023
1 parent 35afb7d commit b9d80b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ json_data="$(docker buildx bake local --print 2>/dev/null)"
if echo "$json_data" | jq -e '.group.local.targets' > /dev/null; then
DEFAULT_TAG=$(echo "$json_data" | jq -r '.target."local-default".tags | first')
else
DEFAULT_TAG=$(echo "$json_data" | jq -r '.target.default.tags | first')
DEFAULT_TAG=$(echo "$json_data" | jq -r '.target.local.tags | first')
fi

usage() {
Expand Down

0 comments on commit b9d80b7

Please sign in to comment.