Skip to content

Commit 7cb7032

Browse files
committed
up
1 parent 3ba8b5d commit 7cb7032

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
steps:
77
- checkout
88
- setup_remote_docker:
9-
docker_layer_caching: false
9+
version: 20.10.14
10+
docker_layer_caching: true
1011
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER registry.cn-beijing.aliyuncs.com --password-stdin
1112
- run: make docker
1213
- run: docker images
@@ -17,7 +18,8 @@ jobs:
1718
steps:
1819
- checkout
1920
- setup_remote_docker:
20-
docker_layer_caching: false
21+
version: 20.10.14
22+
docker_layer_caching: true
2123
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER registry.cn-beijing.aliyuncs.com --password-stdin
2224
- run: make docker-push
2325
- run: docker images
@@ -37,4 +39,5 @@ workflows:
3739
branches:
3840
ignore: /.*/
3941

40-
# https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/1
42+
# https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034/1
43+
# https://circleci.com/docs/2.0/building-docker-images/

0 commit comments

Comments
 (0)