Added Dockerfile and CI/CD for Imapsync

Added Core Functionality for Imapsync
This commit is contained in:
2023-11-29 19:52:37 +01:00
parent ff966418b2
commit d74d7abc90
574 changed files with 956 additions and 89559 deletions

View File

@@ -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: