Print docker history summary in build actions ()

It is useful to know what the size of each layer is after the image has
been built.
This commit is contained in:
Alan Guo Xiang Tan 2024-12-18 09:09:50 +08:00 committed by GitHub
parent d963389430
commit 12153f737e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,6 +102,10 @@ jobs:
run: |
docker images discourse/base
- name: Print `docker history` summary for main branch image
run: |
docker history discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }}
- name: Print compressed summary
if: github.event_name == 'pull_request' && matrix.arch == 'amd64'
run: |