Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed Jul 15, 2021
1 parent 0f90682 commit 73b249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ciBuildDockerImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "************************************** Publish docker ********************
file='./ci/version'
VERSION_NUMBER=$(<"$file")
echo "$1"
docker build no-cache --rm -f scripts/docker/web-ui/Dockerfile --build-arg CURRENT_BRANCH=$1 -t cytomine/web_ui:v$VERSION_NUMBER ./scripts/docker/web-ui
docker build --no-cache --rm -f scripts/docker/web-ui/Dockerfile --build-arg CURRENT_BRANCH=$1 -t cytomine/web_ui:v$VERSION_NUMBER ./scripts/docker/web-ui

docker push cytomine/web_ui:v$VERSION_NUMBER

Expand Down

0 comments on commit 73b249e

Please sign in to comment.