mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 22:02:17 +08:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
_version="1.2.2"
|
|
_tag="grafana/grafana-ci-deploy:${_version}"
|
|
|
|
docker build -t $_tag .
|
|
docker push $_tag
|