We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b6bf commit af016e9Copy full SHA for af016e9
1 file changed
.github/workflows/pr-image-size.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and check image sizes
44
if: steps.changed-dockerfiles.outputs.files != ''
45
run: |
46
- set -e
+ set -x
47
merged_commit=$(git log -1 --format='%H')
48
echo "### Images size variations" >> $GITHUB_STEP_SUMMARY
49
while IFS= read -r -d '' dockerfile; do
0 commit comments