File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- docker : circleci/docker@2.2 .0
4+ docker : circleci/docker@2.6 .0
55
66jobs :
77 build-amd64 :
@@ -102,8 +102,7 @@ jobs:
102102 - image : docker:latest
103103 steps :
104104 - checkout
105- - setup_remote_docker :
106- version : 20.10.7
105+ - setup_remote_docker
107106 - run :
108107 name : Configure Docker Hub
109108 command : |
@@ -181,6 +180,22 @@ workflows:
181180 - build-arm64
182181 - build-amd64
183182
183+ build-publish-83-kazza :
184+ jobs :
185+ - build-amd64 :
186+ path : " 8.3-kazza"
187+ tag : " 8.3-kazza"
188+ extra_build_args : ' --no-cache'
189+ - build-arm64 :
190+ path : " 8.3-kazza"
191+ tag : " 8.3-kazza"
192+ extra_build_args : ' --no-cache'
193+ - push-multiarch-image :
194+ image : " dlxmedia/docker-symfony:8.3-kazza"
195+ requires :
196+ - build-arm64
197+ - build-amd64
198+
184199 build-publish-83-swoole :
185200 jobs :
186201 - build-amd64 :
You can’t perform that action at this time.
0 commit comments