From 046c2af947d8324b7644654bc37f58b9990ba4a9 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 29 Jun 2023 19:46:28 -0700 Subject: [PATCH] Revert docket image publish --- bitbucket-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f5a57dfb..d744c8c4 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -23,9 +23,8 @@ pipelines: - mvn -B verify --file pom.xml # Publish to docker repo ... - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - - docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder - - docker buildx inspect --bootstrap - - docker buildx build --platform=linux/amd64,linux/arm64 --push -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/ + - docker build -t wisemapping/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/ + - 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