Skip to content

Commit

Permalink
Enable Docker layer caching for CircleCI
Browse files Browse the repository at this point in the history
CircleCI Docker layer caching is now available to free plan 🎉
  • Loading branch information
yhatt committed Jan 16, 2022
1 parent a0508bb commit 72afc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ executors:
docker:
machine:
image: ubuntu-2004:202101-01
docker_layer_caching: true
working_directory: ~/marp-cli
environment:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 72afc90

Please sign in to comment.