Files
grafana/scripts/build/ci-build/build-deploy.sh
Marcus Olsson 299a0e20f4 Build: Upgrade to go 1.12.9 (#18638)
* Build: Upgrade to go 1.12.9

* Build: Use default-mysql-client for debian buster

The go base image has been updated to use Debian Buster instead of
Stretch, which seems to have done away with mysql-client in favor of
default-mysql-client.

* Build: Update Dockerfile to use go 1.12.9

Fixes #18592
2019-08-20 12:29:42 +02:00

8 lines
116 B
Bash
Executable File

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