Many Changes for 1.0

This commit is contained in:
2024-02-04 20:21:09 +01:00
parent bd09d07698
commit fa661ff6b3
17 changed files with 1220 additions and 88 deletions

View File

@@ -30,6 +30,19 @@ build-imapsync:
- docker build -t $IMAGE_TAG tools/imapsync
- docker push $IMAGE_TAG
build-hardware-gateway:
stage: build
tags:
- shell
- docker-daemon
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-HARDWAREGATEWAY
script:
- echo $IMAGE_TAG
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $IMAGE_TAG tools/hardwareGateway
- docker push $IMAGE_TAG
#build-backend:
# stage: build
# tags: