Select Git revision
.gitlab-ci.yml
.gitlab-ci.yml 203 B
stages:
- build
build:
stage: build
script:
- docker build -t dcr.mfb.io/devops/nexenta_exporter:latest .
- docker push dcr.mfb.io/devops/nexenta_exporter:latest
tags:
- autoscaling