include: - project: "open-source/gitlab-ci-templates" ref: "branch/v2" file: - "templates/base.yml" - "templates/build-docker-image.yml" image_build: tags: - dedibox variables: KUBERNETES_MEMORY_LIMIT: 1.5Gi image_build_latest: tags: - dedibox variables: KUBERNETES_MEMORY_LIMIT: 1.5Gi image_build_tag: tags: - dedibox variables: KUBERNETES_MEMORY_LIMIT: 1.5Gi stages: - lint - release