Skip to content

Commit 3ef38eb

Browse files
committed
chore(ci): updated circle ci docker image to v25, internal docker client to 25.0.3
1 parent 62c0483 commit 3ef38eb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2.1
22
executors:
33
symfonywithswoole-docker-client:
44
docker:
5-
- image: symfonywithswoole/docker-client:20.10.17-compose
5+
- image: symfonywithswoole/docker-client:25.0.3
66
working_directory: ~/workdir
77

88
aliases:
99
# Remote Docker config
1010
- &docker-remote-version
1111
setup_remote_docker:
1212
# https://circleci.com/docs/2.0/building-docker-images/#docker-version
13-
version: 20.10.17
13+
version: default
1414

1515
# Filters
1616
- &filter-run-on-local-branches
@@ -55,6 +55,9 @@ jobs:
5555
- run:
5656
name: Print docker info
5757
command: docker info
58+
- run:
59+
name: Docker pass initialization
60+
command: docker-use-pass
5861
- run:
5962
name: Login to Docker Hub
6063
command: >-
@@ -93,6 +96,9 @@ jobs:
9396
- run:
9497
name: Print docker info
9598
command: docker info
99+
- run:
100+
name: Docker pass initialization
101+
command: docker-use-pass
96102
- run:
97103
name: Login to Docker Hub
98104
command: >-

0 commit comments

Comments
 (0)