Skip to content
Snippets Groups Projects
.gitlab-ci.yml 457 B
Newer Older
Xavier Garnier's avatar
Xavier Garnier committed
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