mirror of https://github.com/grafana/grafana
Remove build-deploy.sh (#41586)
parent
eb47a58029
commit
13df0901a8
@ -1,11 +0,0 @@ |
||||
#!/bin/bash |
||||
set -eo pipefail |
||||
|
||||
_version="1.4.6" |
||||
_tag="grafana/build-container:${_version}" |
||||
|
||||
_dpath=$(dirname "${BASH_SOURCE[0]}") |
||||
cd "$_dpath" |
||||
|
||||
docker build -t $_tag . |
||||
docker push $_tag |
||||
Loading…
Reference in new issue