Skip to content
Snippets Groups Projects
.gitlab-ci.yml 196 B
Newer Older
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
variables:
  TAG_COMMIT_REF_SLUG: "no"
  TAG_LATEST: branch/default
  DOCKER_IMAGE: registry.orus.io/xcg/docker/twine
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed

include:
  - file: docker-build.gitlab-ci.yaml
    project: xcg/ci-templates