JULIEN DUDEK
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.circleci/config.yml
|
|
@ -16,6 +16,7 @@ workflows: |
|
|
requires: |
|
|
requires: |
|
|
- build |
|
|
- build |
|
|
- docker_build: |
|
|
- docker_build: |
|
|
|
|
|
context: perso |
|
|
requires: |
|
|
requires: |
|
|
- build |
|
|
- build |
|
|
- doc |
|
|
- doc |
|
|
@ -106,7 +107,7 @@ jobs: |
|
|
- setup_remote_docker |
|
|
- setup_remote_docker |
|
|
- run: docker image build --tag julienm1/my-awesome-ci-expr:$CIRCLE_BUILD_NUM . |
|
|
- run: docker image build --tag julienm1/my-awesome-ci-expr:$CIRCLE_BUILD_NUM . |
|
|
- run: docker save -o image.tar julienm1/my-awesome-ci-expr |
|
|
- run: docker save -o image.tar julienm1/my-awesome-ci-expr |
|
|
- run: docker login -u "julienm1" -p "Vajumacl04" |
|
|
|
|
|
|
|
|
- run: docker login -u "julienm1" -p DOCKERHUB_PASSWORD |
|
|
- run: docker push julienm1/my-awesome-ci-expr:$CIRCLE_BUILD_NUM |
|
|
- run: docker push julienm1/my-awesome-ci-expr:$CIRCLE_BUILD_NUM |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
key: yarn-cache{{ checksum "yarn.lock" }} |
|
|
key: yarn-cache{{ checksum "yarn.lock" }} |
|
|
|