We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d7bbe commit c89525fCopy full SHA for c89525f
1 file changed
.github/workflows/ci.yml
@@ -124,8 +124,6 @@ jobs:
124
retry -t 5 -- make push_web_base
125
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'
126
retry -t 5 -- make push_web
127
- 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/http'
128
- retry -t 5 -- make push_http
129
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'
130
retry -t 5 -- make push_web_test_base
131
- name: Create Summary
0 commit comments