We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8ff40 commit 1d8f842Copy full SHA for 1d8f842
1 file changed
.github/workflows/ci.yml
@@ -134,4 +134,6 @@ jobs:
134
retry -t 5 -- /bin/bash -c 'aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/diag-nijmegen/grand-challenge/web-test-base'
135
retry -t 5 -- make push_web_test_base
136
- name: Create Summary
137
- run: echo "## Container Tag\n\`$(make container_tag)\`\n" >> $GITHUB_STEP_SUMMARY
+ run: |
138
+ echo "## Container Tag" >> $GITHUB_STEP_SUMMARY
139
+ echo "\`$(make container_tag)\`" >> $GITHUB_STEP_SUMMARY
0 commit comments