mirror of
https://github.com/grafana/grafana.git
synced 2025-09-19 20:05:13 +08: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
|