|
|
@ -116,22 +116,7 @@ jobs: |
|
|
- ./image.tar |
|
|
- ./image.tar |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
publish_image: |
|
|
|
|
|
docker: |
|
|
|
|
|
- image: circleci/buildpack-deps:stretch |
|
|
|
|
|
steps: |
|
|
|
|
|
- checkout |
|
|
|
|
|
- attach_workspace: |
|
|
|
|
|
at: /tmp/workspace |
|
|
|
|
|
- setup_remote_docker |
|
|
|
|
|
- run: docker load -i /tmp/workspace/image.tar |
|
|
|
|
|
- run: |
|
|
|
|
|
command: |
|
|
|
|
|
echo "$DOCKERPASSWORD" | docker login --username etiamayedze --password-stdin |
|
|
|
|
|
docker tag etiamayedze/docker-tp-ci:app etiamayedze/docker-tp-ci:$CIRCLE_BUILD_NUM |
|
|
|
|
|
docker tag etiamayedze/docker-tp-ci:app etiamayedze/docker-tp-ci:latest |
|
|
|
|
|
docker push etiamayedze/docker-tp-ci:latest |
|
|
|
|
|
docker push etiamayedze/docker-tp-ci:$CIRCLE_BUILD_NUM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|