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

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 408 B
    stages:
      - build
    
    variables:
      VERSION: "latest"
    
    build:
      stage: build
      script:
        - docker build -t dcr.mfb.io/devops/nexenta_exporter:${VERSION} .
        - docker push dcr.mfb.io/devops/nexenta_exporter:${VERSION}
        - docker tag dcr.mfb.io/devops/nexenta_exporter:${VERSION} dcr.mfb.io/devops/nexenta_exporter:latest
        - docker push dcr.mfb.io/devops/nexenta_exporter:latest
      tags:
        - autoscaling