Browse Source

actually discovered i had to ahd the context

main
Francois Lannoy 6 years ago
parent
commit
23d45a12e4
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -18,8 +18,14 @@ workflows:
- lint - lint
- test - test
- publish_image: - publish_image:
context:
- DOCKER
requires: requires:
- build_docker - build_docker
filters:
branches:
only:
- main
jobs: jobs:
build: build:
docker: docker:

Loading…
Cancel
Save