From 023d7f39a2440fd0fc939e0a5b2da794bd5a039e Mon Sep 17 00:00:00 2001 From: Paulo Veiga Date: Tue, 25 Jan 2022 16:53:00 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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