mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 15:43:23 -06:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
_version="1.2.1"
|
|
_tag="grafana/grafana-ci-deploy:${_version}"
|
|
|
|
docker build -t $_tag .
|
|
docker push $_tag
|