File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -41,31 +41,32 @@ workflows:
41
41
only : /.*/
42
42
branches :
43
43
ignore : /.*/
44
- - docker-tools/tag :
45
- name : tag
44
+ - docker-tools/build_and_push :
45
+ name : build_and_push_latest
46
46
context : docker-deploy
47
47
docker_username : ${DOCKER_USERNAME}
48
48
docker_password : ${DOCKER_PASSWORD}
49
+ workspace_root : *workspace_root
49
50
docker_image : *docker_image
51
+ docker_tag : latest
50
52
filters :
51
53
tags :
52
54
only : /.*/
53
55
branches :
54
56
ignore : /.*/
55
- - docker-tools/build_and_push :
56
- name : build_and_push_latest
57
+ docker_build_args : --build-arg VERSION=${CIRCLE_TAG}
58
+ - docker-tools/tag :
59
+ name : tag
57
60
context : docker-deploy
58
61
docker_username : ${DOCKER_USERNAME}
59
62
docker_password : ${DOCKER_PASSWORD}
60
- workspace_root : *workspace_root
61
63
docker_image : *docker_image
62
- docker_tag : latest
64
+ docker_source_tag : latest
63
65
filters :
64
66
tags :
65
67
only : /.*/
66
68
branches :
67
69
ignore : /.*/
68
- docker_build_args : --build-arg VERSION=${CIRCLE_TAG}
69
70
70
71
executors :
71
72
python-tox :
You can’t perform that action at this time.
0 commit comments