Skip to content
Snippets Groups Projects
Select Git revision
  • f99242bdcbab9a0b139a0695f818e644ac92d35d
  • master default protected
2 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 462 B
    ---
    stages:
      - build
    
    variables:
      VERSION: "latest"
    
    build:
      stage: build
      script:
        - docker build -t dcr.flix.tech/platform/core/nexenta_exporter:${VERSION} .
        - docker push dcr.flix.tech/platform/core/nexenta_exporter:${VERSION}
        - docker tag dcr.flix.tech/platform/core/nexenta_exporter:${VERSION} dcr.flix.tech/platform/core/nexenta_exporter:latest
        - docker push dcr.flix.tech/platform/core/nexenta_exporter:latest
      tags:
        - autoscaling