File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: 2.1
2
2
executors :
3
3
symfonywithswoole-docker-client :
4
4
docker :
5
- - image : symfonywithswoole/docker-client:20.10.17-compose
5
+ - image : symfonywithswoole/docker-client:25.0.3
6
6
working_directory : ~/workdir
7
7
8
8
aliases :
9
9
# Remote Docker config
10
10
- &docker-remote-version
11
11
setup_remote_docker :
12
12
# https://circleci.com/docs/2.0/building-docker-images/#docker-version
13
- version : 20.10.17
13
+ version : default
14
14
15
15
# Filters
16
16
- &filter-run-on-local-branches
55
55
- run :
56
56
name : Print docker info
57
57
command : docker info
58
+ - run :
59
+ name : Docker pass initialization
60
+ command : docker-use-pass
58
61
- run :
59
62
name : Login to Docker Hub
60
63
command : >-
93
96
- run :
94
97
name : Print docker info
95
98
command : docker info
99
+ - run :
100
+ name : Docker pass initialization
101
+ command : docker-use-pass
96
102
- run :
97
103
name : Login to Docker Hub
98
104
command : >-
You can’t perform that action at this time.
0 commit comments