diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 742da652..11376844 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,7 +24,7 @@ pipelines: # Publish to docker repo ... - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - docker build -t veigap/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/ - - docker push veigap/wisemapping:latest + - docker push wisemapping/wisemapping:latest after-script: # Collect checkstyle results, if any, and convert to Bitbucket Code Insights. - pipe: atlassian/checkstyle-report:0.3.0