Skip to content

Commit c89525f

Browse files
committed
Remove http container pushing
1 parent 27d7bbe commit c89525f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ jobs:
124124
retry -t 5 -- make push_web_base
125125
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'
126126
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
129127
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'
130128
retry -t 5 -- make push_web_test_base
131129
- name: Create Summary

0 commit comments

Comments
 (0)