Skip to content

Commit

Permalink
Fix config.yml docker version for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Jan 4, 2024
1 parent 8be4947 commit cfa4e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ aliases:
git submodule init
git submodule update --remote
- setup_remote_docker:
version: 20.10.23
version: default
docker_layer_caching: true
- run:
name: Build and push docker images
command: |
Expand Down

0 comments on commit cfa4e6a

Please sign in to comment.