Skip to content

Commit

Permalink
Fix to size units
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 13, 2021
1 parent b324d42 commit b0b7ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ runs:
echo "Version : ${docker_data[1]}"
echo "Raw Size : ${docker_data[6]}"
echo "Compressed Size : ${raw_data[4]}"
echo "::set-output name=compressed_size::${raw_data[4]}MB"
echo "::set-output name=raw_size::${raw_data[6]}"
echo "::set-output name=compressed_size::${raw_data[4]}"
echo "::set-output name=raw_size::${docker_data[6]}"
- name: Install Python Dependencies
run: pip install requests jinja2
Expand Down

0 comments on commit b0b7ea6

Please sign in to comment.