knowlegegraph-platform/build-image.sh

9 lines
158 B
Bash

#!/bin/bash
tag=$(date +%Y%m%d%H%M%S)
image=172.20.32.187/pipeline-service/nebula-graph-studio:v3.2.5-${tag}
docker build -t ${image} .
docker push $image