We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7b557 + 9ed7f81 commit d3e3c9cCopy full SHA for d3e3c9c
1 file changed
ci.sh
@@ -84,7 +84,7 @@ build_notebook_image(){
84
docker build -t $NOTEBOOK_IMAGE -t $LATEST_IMAGE -f docker/notebook/Dockerfile .
85
if [ -z ${NO_PUSH+x} ]
86
then
87
- docker push --all-tags $NOTEBOOK_IMAGE
+ docker push --all-tags $DOCKER_REPOSITORY/aperturedb-notebook
88
fi
89
}
90
@@ -101,7 +101,7 @@ build_docs_image(){
101
docker build -t $DOCS_IMAGE -f docs/docker/Dockerfile .
102
103
104
- docker push --all-tags $DOCS_IMAGE
+ docker push $DOCS_IMAGE
105
106
107
0 commit comments