🧩 The Problem You have multiple (group) projects (frontend, backend, etc.) and you want: A single Dockerfile in a central repo (cicd-template/frontend/gitlab-template.yml) All group app repos reuse it No duplication, no drift, better control You try: include: - project: "kelvyn-labs/cicd-template" ref: master file: "/frontend/gitlab-ci.yml" But during the pipeline: docker build -f front

GitLab CI: How to Use a Dockerfile from Remote Repository
Kelvyn Thai·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.