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
- test
- publish_image:
context:
- DOCKER
requires:
- build_docker
filters:
branches:
only:
- main
jobs:
build:
docker:

Loading…
Cancel
Save