Added Dockerfile and CI/CD for Imapsync
Added Core Functionality for Imapsync
This commit is contained in:
@@ -17,6 +17,19 @@ build-web:
|
||||
- docker build -t $IMAGE_TAG spaces
|
||||
- docker push $IMAGE_TAG
|
||||
|
||||
build-imapsync:
|
||||
stage: build
|
||||
tags:
|
||||
- shell
|
||||
- docker-daemon
|
||||
variables:
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-IMAPSYNC
|
||||
script:
|
||||
- echo $IMAGE_TAG
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker build -t $IMAGE_TAG tools/imapsync
|
||||
- docker push $IMAGE_TAG
|
||||
|
||||
#build-backend:
|
||||
# stage: build
|
||||
# tags:
|
||||
|
||||
Reference in New Issue
Block a user