We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d963389 commit e653488Copy full SHA for e653488
.github/workflows/build.yml
@@ -102,6 +102,10 @@ jobs:
102
run: |
103
docker images discourse/base
104
105
+ - name: Print `docker history` summary for main branch image
106
+ run: |
107
+ docker history discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }}
108
+
109
- name: Print compressed summary
110
if: github.event_name == 'pull_request' && matrix.arch == 'amd64'
111
0 commit comments