Browse Source

💚 refactored docker_push requires

main
Francois Lannoy 6 years ago
parent
commit
0fd8589f30
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -57,6 +57,6 @@ workflows:
- build - build
- docker_push: - docker_push:
requires: requires:
- build_docker
- docker_build
context: context:
- back_final - back_final
Loading…
Cancel
Save