Skip to content

Commit d3e3c9c

Browse files
authored
Merge pull request #147 from aperture-data/release-0.3.2
correcting the usage of all tags.
2 parents 5e7b557 + 9ed7f81 commit d3e3c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ build_notebook_image(){
8484
docker build -t $NOTEBOOK_IMAGE -t $LATEST_IMAGE -f docker/notebook/Dockerfile .
8585
if [ -z ${NO_PUSH+x} ]
8686
then
87-
docker push --all-tags $NOTEBOOK_IMAGE
87+
docker push --all-tags $DOCKER_REPOSITORY/aperturedb-notebook
8888
fi
8989
}
9090

@@ -101,7 +101,7 @@ build_docs_image(){
101101
docker build -t $DOCS_IMAGE -f docs/docker/Dockerfile .
102102
if [ -z ${NO_PUSH+x} ]
103103
then
104-
docker push --all-tags $DOCS_IMAGE
104+
docker push $DOCS_IMAGE
105105
fi
106106
}
107107

0 commit comments

Comments
 (0)