mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:12:22 +08:00
build: deployment ci container. (#13902)
This commit is contained in:
7
scripts/build/ci-deploy/build-deploy.sh
Executable file
7
scripts/build/ci-deploy/build-deploy.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
_version="1.0.0"
|
||||
_tag="grafana/grafana-ci-deploy:${_version}"
|
||||
|
||||
docker build -t $_tag .
|
||||
docker push $_tag
|
Reference in New Issue
Block a user