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 74d9a20Copy full SHA for 74d9a20
.github/workflows/build.yml
@@ -102,6 +102,11 @@ jobs:
102
run: |
103
docker images discourse/base
104
105
+ - name: Print `docker history` summary for main branch image
106
+ if: matrix.arch == 'amd64'
107
+ run: |
108
+ docker history discourse/base:2.0.${{ env.TIMESTAMP }}-main-${{ matrix.arch }}
109
+
110
- name: Print compressed summary
111
if: github.event_name == 'pull_request' && matrix.arch == 'amd64'
112
0 commit comments