Julien Dudek 6 years ago
parent
commit
382756e5d4
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -102,6 +102,6 @@ jobs:
- run: docker image build --tag julienm1/my-awesome-ci-expr:app .
- run: docker save -o image.tar julienm1/my-awesome-ci-expr
- persist_to_workspace:
root: .
paths:
- ./image.tar
root: ./
paths:
- ./docker/image.tar
Loading…
Cancel
Save