From cbdcf089be584271439ad0ba243051d2648c66ff Mon Sep 17 00:00:00 2001 From: somanath21 <104554892+somanath21@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:28:51 +0530 Subject: [PATCH] remove gradle command (#59) Co-authored-by: Somanath Hugar --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ba9842d..9cbeefa0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,6 @@ jobs: fi # Build and tag the Docker image - ./gradlew bootJar docker build -t "openmf/ph-ee-operations-web:$IMAGE_TAG" . # Push the Docker image to Docker Hub @@ -54,7 +53,6 @@ jobs: - run: name: Build Docker image command: | - ./gradlew bootJar docker build -t openmf/ph-ee-operations-web:latest . # Log in to DockerHub using environment variables