Revert "ci: Disable docker layer caching because CircleCI doesn't let open source plans use it"
This reverts commit c0ea27f6b3.
This commit is contained in:
parent
c0ea27f6b3
commit
c6f306c0de
@ -142,8 +142,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/repo
|
at: ~/repo
|
||||||
- setup_remote_docker:
|
# - setup_remote_docker:
|
||||||
docker_layer_caching: false
|
# docker_layer_caching: true
|
||||||
- run:
|
- run:
|
||||||
name: Build and push Docker image
|
name: Build and push Docker image
|
||||||
command: |
|
command: |
|
||||||
@ -198,6 +198,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/repo
|
at: ~/repo
|
||||||
|
# - setup_remote_docker:
|
||||||
|
# docker_layer_caching: true
|
||||||
- run:
|
- run:
|
||||||
name: Deploy latest version to viewer.ohif.org
|
name: Deploy latest version to viewer.ohif.org
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user