diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc6b6ba..4b5fdb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: submodules: true #Build Image - name: Build Image - run: ./mvnw -v -Pnative spring-boot:build-image + run: ./mvnw -Pnative spring-boot:build-image #Deploy the image to the Docker registry - name: Push Images to Docker Registry run: docker push -a $IMAGE_NAME