Skip to content

Commit

Permalink
Fix: Speed up docker build step
Browse files Browse the repository at this point in the history
Another team has recommended trying this to
speed up the build step
  • Loading branch information
colinbruce committed Jan 5, 2024
1 parent 0350775 commit 4ac0a2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ jobs:
destination: coverage

build_and_push:
executor: cloud-platform-executor
executor:
name: cloud-platform-executor
docker_layer_caching: true
steps:
- checkout
- setup_remote_docker:
Expand Down

0 comments on commit 4ac0a2d

Please sign in to comment.