Update GitLab CI/CD pipeline

This commit is contained in:
2025-06-07 09:56:23 +02:00
parent bdf596a916
commit a305fd3b6e
3 changed files with 56 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
build_demo_1:
stage: build
extends: .build-next-template
variables:
IMAGE_NAME: ld1
WORKDIR_PATH: ./lawfirm-demos/demo-1
dockerize_demo_1:
stage: dockerize
extends: .docker-build-template
variables:
IMAGE_NAME: ld1
WORKDIR_PATH: ./lawfirm-demos/demo-1
DOCKERFILE_PATH: Dockerfile
needs:
- job: build_demo_1
artifacts: true