forked from ci4s/knowlegegraph-studio
modify error
This commit is contained in:
parent
047d053d0b
commit
c29691cb91
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
tag=$(date +%Y%m%d%H%M%S)
|
||||
|
||||
image=172.20.32.187/pipeline-service/nebula-graph-studio:v3.10.1-debug-good
|
||||
image=172.20.32.187/pipeline-service/nebula-graph-studio:v3.10.1-${tag}
|
||||
docker build -t ${image} .
|
||||
|
||||
docker push image
|
||||
docker push $image
|
||||
|
|
|
|||
Loading…
Reference in New Issue