Files
grafana/scripts/build/ci-deploy/build-deploy.sh
Grot (@grafanabot) 5e20794cfe DeployImage: Switch base images to Debian (#30684) (#30699)
* DeployImage: Switch base images to Debian

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
(cherry picked from commit fdd6a84d82)

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-28 13:49:32 +01:00

9 lines
135 B
Bash
Executable File

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