Files
grafana/scripts/build/ci-deploy/build-deploy.sh
Lukas Siatka 935ec07cfd DevEnv: updates build-ci-deploy dockerfile and CI config to include yarn (#22809)
* DevEnv: updates build-ci-deploy dockerfile

* DevEnv: updates build-ci-deploy dockerfile version in circleci config
2020-03-16 15:37:44 +01:00

8 lines
118 B
Bash
Executable File

#!/bin/bash
_version="1.2.4"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .
docker push $_tag