Skip to content

Commit

Permalink
stderr to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
fawadasaurus committed May 26, 2023
1 parent 2d4b9f4 commit db24b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ "$latest" = "true" ]; then
fi

# Store the output in a variable
output=$(wick registry push "$(basename "$manifest_path")" $latest_flag | grep 'reference' | grep -E '"(\S*)"' | cut -d '"' -f2 | head -1)
output=$(wick registry push "$(basename "$manifest_path")" $latest_flag 2>&1 | grep 'reference' | grep -E '"(\S*)"' | cut -d '"' -f2 | head -1)
echo $output

# Write the output to the GITHUB_OUTPUT environment file
Expand Down

0 comments on commit db24b9c

Please sign in to comment.