have circleci push images up
This commit is contained in:
parent
b4a7f23815
commit
69aa773ba3
|
@ -4,7 +4,8 @@ jobs:
|
|||
machine: true
|
||||
steps:
|
||||
- checkout
|
||||
- run: |
|
||||
make dist
|
||||
- run: make dist
|
||||
- store_artifacts:
|
||||
path: output
|
||||
- run: echo "$DOCKER_PASS" | docker login --username $DOCKER_USER --password-stdin
|
||||
- run: make ci-upload-images
|
||||
|
|
Loading…
Reference in New Issue