Browse Source

build: grafana enterprise docker image.

Leonard Gram 7 years ago
parent
commit
5c1615292a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packaging/docker/build-enterprise.sh

+ 2 - 0
packaging/docker/build-enterprise.sh

@@ -8,3 +8,5 @@ docker build \
   --tag "${_docker_repo}:${_grafana_tag}"\
   --no-cache=true \
   .
+
+docker push "${_docker_repo}:${_grafana_tag}"